Merge pull request #506 from scala-steward/update/scalatest-3.2.19

Update scalatest to 3.2.19
This commit is contained in:
eugene yokota 2024-07-09 01:42:58 -04:00 committed by GitHub
commit 2fc6b2c477
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -92,7 +92,7 @@ lazy val `lm-coursier` = project
// IvySbt#Module (seems DependencyResolutionInterface.moduleDescriptor
// is ignored).
lmIvy.value,
"org.scalatest" %% "scalatest" % "3.2.18" % Test
"org.scalatest" %% "scalatest" % "3.2.19" % Test
),
Test / exportedProducts := {
(Test / preTest).value
@ -163,7 +163,7 @@ lazy val `lm-coursier-shaded` = project
"org.scala-lang.modules" %% "scala-xml" % "2.3.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.18" % Test
"org.scalatest" %% "scalatest" % "3.2.19" % Test
)
)