mirror of https://github.com/sbt/sbt.git
Update librarymanagement-ivy to 1.3.3 (#242)
This commit is contained in:
parent
77a3c40fc4
commit
5e5939d693
|
|
@ -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.2",
|
||||
"org.scala-sbt" %% "librarymanagement-ivy" % "1.3.3",
|
||||
"org.scalatest" %% "scalatest" % "3.1.2" % Test
|
||||
)
|
||||
)
|
||||
|
|
@ -63,7 +63,7 @@ lazy val `lm-coursier-shaded` = project
|
|||
"io.get-coursier" %% "coursier" % coursierVersion0,
|
||||
"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-sbt" %% "librarymanagement-ivy" % "1.3.2",
|
||||
"org.scala-sbt" %% "librarymanagement-ivy" % "1.3.3",
|
||||
"org.scalatest" %% "scalatest" % "3.1.2" % Test
|
||||
)
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in New Issue