Revert "Update librarymanagement-ivy to 1.3.0 (#126)" (#133)

This reverts commit 9559976d1a.
This commit is contained in:
Alexandre Archambault 2019-09-12 08:21:51 +02:00 committed by GitHub
parent 9a1e1d0f89
commit f99fa80aae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -31,7 +31,7 @@ lazy val `lm-coursier` = project
// to DependencyResolutionInterface.update, which is an
// IvySbt#Module (seems DependencyResolutionInterface.moduleDescriptor
// 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
),
Compile / generateContrabands / sourceManaged := baseDirectory.value / "src" / "main" / "scala",
@ -58,7 +58,7 @@ lazy val `lm-coursier-shaded` = project
libraryDependencies ++= Seq(
"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-sbt" %% "librarymanagement-ivy" % "1.3.0",
"org.scala-sbt" %% "librarymanagement-ivy" % "1.2.4",
"org.scalatest" %% "scalatest" % "3.0.8" % Test
),
packageBin.in(Shading) := {