Skip to content

Commit

Permalink
Update scalatest to 3.2.14 (#420)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Oct 18, 2022
1 parent 3472493 commit 12db890
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ lazy val `lm-coursier` = project
// IvySbt#Module (seems DependencyResolutionInterface.moduleDescriptor
// is ignored).
lmIvy.value,
"org.scalatest" %% "scalatest" % "3.2.13" % Test
"org.scalatest" %% "scalatest" % "3.2.14" % Test
),
Test / exportedProducts := {
(Test / preTest).value
Expand Down Expand Up @@ -152,7 +152,7 @@ lazy val `lm-coursier-shaded` = project
"org.scala-lang.modules" %% "scala-collection-compat" % "2.8.1",
"org.scala-lang.modules" %% "scala-xml" % "1.3.0", // depending on that one so that it doesn't get shaded
lmIvy.value,
"org.scalatest" %% "scalatest" % "3.2.13" % Test
"org.scalatest" %% "scalatest" % "3.2.14" % Test
)
)

Expand Down

0 comments on commit 12db890

Please sign in to comment.