Skip to content

Commit

Permalink
Update scalatest to 3.2.15 (#443)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Jan 23, 2023
1 parent 990dea4 commit 7e9f890
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 @@ -88,7 +88,7 @@ lazy val `lm-coursier` = project
// IvySbt#Module (seems DependencyResolutionInterface.moduleDescriptor
// is ignored).
lmIvy.value,
"org.scalatest" %% "scalatest" % "3.2.14" % Test
"org.scalatest" %% "scalatest" % "3.2.15" % Test
),
Test / exportedProducts := {
(Test / preTest).value
Expand Down Expand Up @@ -194,7 +194,7 @@ lazy val `lm-coursier-shaded` = project
"org.scala-lang.modules" %% "scala-xml" % "2.1.0", // depending on that one so that it doesn't get shaded
"org.slf4j" % "slf4j-api" % "1.7.36", // depending on that one so that it doesn't get shaded either
lmIvy.value,
"org.scalatest" %% "scalatest" % "3.2.14" % Test
"org.scalatest" %% "scalatest" % "3.2.15" % Test
)
)

Expand Down

0 comments on commit 7e9f890

Please sign in to comment.