mirror of https://github.com/sbt/sbt.git
Update scalatest to 3.2.10 (#360)
This commit is contained in:
parent
f9612710cb
commit
fe26a81d20
|
|
@ -38,7 +38,7 @@ lazy val `lm-coursier` = project
|
|||
if (scalaBinaryVersion.value == "2.12") lmVersion
|
||||
else lm2_13Version
|
||||
},
|
||||
"org.scalatest" %% "scalatest" % "3.2.7" % Test
|
||||
"org.scalatest" %% "scalatest" % "3.2.10" % 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.7" % Test
|
||||
"org.scalatest" %% "scalatest" % "3.2.10" % Test
|
||||
)
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue