Update scalatest to 3.2.14 (#420)

This commit is contained in:
Scala Steward 2022-10-18 16:10:36 +02:00 committed by GitHub
parent 3472493638
commit 12db8905df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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
@ -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
)
)