mirror of https://github.com/sbt/sbt.git
Update scalatest to 3.1.1 (#202)
This commit is contained in:
parent
e314e7f88e
commit
15682aa5b5
|
|
@ -32,7 +32,7 @@ lazy val `lm-coursier` = project
|
|||
// IvySbt#Module (seems DependencyResolutionInterface.moduleDescriptor
|
||||
// is ignored).
|
||||
"org.scala-sbt" %% "librarymanagement-ivy" % "1.3.1",
|
||||
"org.scalatest" %% "scalatest" % "3.1.0" % Test
|
||||
"org.scalatest" %% "scalatest" % "3.1.1" % Test
|
||||
)
|
||||
)
|
||||
|
||||
|
|
@ -60,7 +60,7 @@ lazy val `lm-coursier-shaded` = project
|
|||
"io.github.alexarchambault" %% "data-class" % "0.2.1" % Provided,
|
||||
"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.3.1",
|
||||
"org.scalatest" %% "scalatest" % "3.1.0" % Test
|
||||
"org.scalatest" %% "scalatest" % "3.1.1" % Test
|
||||
),
|
||||
packageBin.in(Shading) := {
|
||||
val jar = packageBin.in(Shading).value
|
||||
|
|
|
|||
Loading…
Reference in New Issue