mirror of https://github.com/sbt/sbt.git
Update scalatest to 3.2.16 (#463)
This commit is contained in:
parent
f33198d78d
commit
0052d8d99c
|
|
@ -92,7 +92,7 @@ lazy val `lm-coursier` = project
|
||||||
// IvySbt#Module (seems DependencyResolutionInterface.moduleDescriptor
|
// IvySbt#Module (seems DependencyResolutionInterface.moduleDescriptor
|
||||||
// is ignored).
|
// is ignored).
|
||||||
lmIvy.value,
|
lmIvy.value,
|
||||||
"org.scalatest" %% "scalatest" % "3.2.15" % Test
|
"org.scalatest" %% "scalatest" % "3.2.16" % Test
|
||||||
),
|
),
|
||||||
Test / exportedProducts := {
|
Test / exportedProducts := {
|
||||||
(Test / preTest).value
|
(Test / preTest).value
|
||||||
|
|
@ -163,7 +163,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.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
|
"org.slf4j" % "slf4j-api" % "1.7.36", // depending on that one so that it doesn't get shaded either
|
||||||
lmIvy.value,
|
lmIvy.value,
|
||||||
"org.scalatest" %% "scalatest" % "3.2.15" % Test
|
"org.scalatest" %% "scalatest" % "3.2.16" % Test
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue