mirror of
https://github.com/sbt/sbt.git
synced 2026-09-04 08:45:56 +02:00
Update scalatest to 3.2.6 (#326)
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.4" % Test
|
||||
"org.scalatest" %% "scalatest" % "3.2.6" % Test
|
||||
)
|
||||
)
|
||||
|
||||
@@ -76,7 +76,7 @@ lazy val `lm-coursier-shaded` = project
|
||||
if (scalaBinaryVersion.value == "2.12") lmVersion
|
||||
else lm2_13Version
|
||||
},
|
||||
"org.scalatest" %% "scalatest" % "3.2.4" % Test
|
||||
"org.scalatest" %% "scalatest" % "3.2.6" % Test
|
||||
)
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user