mirror of
https://github.com/sbt/sbt.git
synced 2026-09-03 08:34:34 +02:00
Update scalatest to 3.2.12 (#389)
This commit is contained in:
@@ -38,7 +38,7 @@ lazy val `lm-coursier` = project
|
||||
if (scalaBinaryVersion.value == "2.12") lmVersion
|
||||
else lm2_13Version
|
||||
},
|
||||
"org.scalatest" %% "scalatest" % "3.2.11" % Test
|
||||
"org.scalatest" %% "scalatest" % "3.2.12" % Test
|
||||
),
|
||||
Test / test := {
|
||||
(publishLocal in customProtocolForTest212).value
|
||||
@@ -105,7 +105,7 @@ lazy val `lm-coursier-shaded` = project
|
||||
if (scalaBinaryVersion.value == "2.12") lmVersion
|
||||
else lm2_13Version
|
||||
},
|
||||
"org.scalatest" %% "scalatest" % "3.2.11" % Test
|
||||
"org.scalatest" %% "scalatest" % "3.2.12" % Test
|
||||
)
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user