mirror of https://github.com/sbt/sbt.git
Update scala-collection-compat to 2.4.3 (#336)
This commit is contained in:
parent
09271ae8cf
commit
f62ec3bc54
|
|
@ -70,7 +70,7 @@ lazy val `lm-coursier-shaded` = project
|
|||
libraryDependencies ++= Seq(
|
||||
"io.get-coursier" %% "coursier" % coursierVersion0,
|
||||
"io.github.alexarchambault" %% "data-class" % "0.2.5" % Provided,
|
||||
"org.scala-lang.modules" %% "scala-collection-compat" % "2.4.2",
|
||||
"org.scala-lang.modules" %% "scala-collection-compat" % "2.4.3",
|
||||
"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" % {
|
||||
if (scalaBinaryVersion.value == "2.12") lmVersion
|
||||
|
|
|
|||
Loading…
Reference in New Issue