mirror of https://github.com/sbt/sbt.git
This reverts commit 9559976d1a.
This commit is contained in:
parent
9a1e1d0f89
commit
f99fa80aae
|
|
@ -31,7 +31,7 @@ lazy val `lm-coursier` = project
|
||||||
// to DependencyResolutionInterface.update, which is an
|
// to DependencyResolutionInterface.update, which is an
|
||||||
// IvySbt#Module (seems DependencyResolutionInterface.moduleDescriptor
|
// IvySbt#Module (seems DependencyResolutionInterface.moduleDescriptor
|
||||||
// is ignored).
|
// is ignored).
|
||||||
"org.scala-sbt" %% "librarymanagement-ivy" % "1.3.0",
|
"org.scala-sbt" %% "librarymanagement-ivy" % "1.2.4",
|
||||||
"org.scalatest" %% "scalatest" % "3.0.8" % Test
|
"org.scalatest" %% "scalatest" % "3.0.8" % Test
|
||||||
),
|
),
|
||||||
Compile / generateContrabands / sourceManaged := baseDirectory.value / "src" / "main" / "scala",
|
Compile / generateContrabands / sourceManaged := baseDirectory.value / "src" / "main" / "scala",
|
||||||
|
|
@ -58,7 +58,7 @@ lazy val `lm-coursier-shaded` = project
|
||||||
libraryDependencies ++= Seq(
|
libraryDependencies ++= Seq(
|
||||||
"io.get-coursier" %% "coursier" % coursierVersion0 % "shaded",
|
"io.get-coursier" %% "coursier" % coursierVersion0 % "shaded",
|
||||||
"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.3.0",
|
"org.scala-sbt" %% "librarymanagement-ivy" % "1.2.4",
|
||||||
"org.scalatest" %% "scalatest" % "3.0.8" % Test
|
"org.scalatest" %% "scalatest" % "3.0.8" % Test
|
||||||
),
|
),
|
||||||
packageBin.in(Shading) := {
|
packageBin.in(Shading) := {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue