mirror of https://github.com/sbt/sbt.git
Update scalatest to 3.2.12 (#389)
This commit is contained in:
parent
a38d3954ca
commit
ddd910559f
|
|
@ -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
|
||||
)
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue