mirror of
https://github.com/sbt/sbt.git
synced 2026-08-22 06:07:24 +02:00
Update scalatest to 3.1.0 (#162)
This commit is contained in:
committed by
Alexandre Archambault
parent
ebc860f31a
commit
d48b98fc64
@@ -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.2.4",
|
"org.scala-sbt" %% "librarymanagement-ivy" % "1.2.4",
|
||||||
"org.scalatest" %% "scalatest" % "3.0.8" % Test
|
"org.scalatest" %% "scalatest" % "3.1.0" % Test
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
|
||||||
@@ -59,7 +59,7 @@ lazy val `lm-coursier-shaded` = project
|
|||||||
"io.github.alexarchambault" %% "data-class" % "0.2.0" % Provided,
|
"io.github.alexarchambault" %% "data-class" % "0.2.0" % Provided,
|
||||||
"org.scala-lang.modules" %% "scala-xml" % "1.2.0", // depending on that one so that it doesn't get shaded
|
"org.scala-lang.modules" %% "scala-xml" % "1.2.0", // depending on that one so that it doesn't get shaded
|
||||||
"org.scala-sbt" %% "librarymanagement-ivy" % "1.2.4",
|
"org.scala-sbt" %% "librarymanagement-ivy" % "1.2.4",
|
||||||
"org.scalatest" %% "scalatest" % "3.0.8" % Test
|
"org.scalatest" %% "scalatest" % "3.1.0" % Test
|
||||||
),
|
),
|
||||||
packageBin.in(Shading) := {
|
packageBin.in(Shading) := {
|
||||||
val jar = packageBin.in(Shading).value
|
val jar = packageBin.in(Shading).value
|
||||||
|
|||||||
Reference in New Issue
Block a user