mirror of https://github.com/sbt/sbt.git
Update scalatest to 3.2.0 (#254)
This commit is contained in:
parent
bc9114b86b
commit
ce5556f648
|
|
@ -32,7 +32,7 @@ lazy val `lm-coursier` = project
|
||||||
// IvySbt#Module (seems DependencyResolutionInterface.moduleDescriptor
|
// IvySbt#Module (seems DependencyResolutionInterface.moduleDescriptor
|
||||||
// is ignored).
|
// is ignored).
|
||||||
"org.scala-sbt" %% "librarymanagement-ivy" % "1.3.4",
|
"org.scala-sbt" %% "librarymanagement-ivy" % "1.3.4",
|
||||||
"org.scalatest" %% "scalatest" % "3.1.2" % Test
|
"org.scalatest" %% "scalatest" % "3.2.0" % Test
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
@ -64,7 +64,7 @@ lazy val `lm-coursier-shaded` = project
|
||||||
"io.github.alexarchambault" %% "data-class" % "0.2.3" % Provided,
|
"io.github.alexarchambault" %% "data-class" % "0.2.3" % Provided,
|
||||||
"org.scala-lang.modules" %% "scala-xml" % "1.3.0", // depending on that one so that it doesn't get shaded
|
"org.scala-lang.modules" %% "scala-xml" % "1.3.0", // depending on that one so that it doesn't get shaded
|
||||||
"org.scala-sbt" %% "librarymanagement-ivy" % "1.3.4",
|
"org.scala-sbt" %% "librarymanagement-ivy" % "1.3.4",
|
||||||
"org.scalatest" %% "scalatest" % "3.1.2" % Test
|
"org.scalatest" %% "scalatest" % "3.2.0" % Test
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue