Merge pull request #499 from scala-steward/update/scala-collection-compat-2.12.0

Update scala-collection-compat to 2.12.0
This commit is contained in:
Tomasz Godzik
2024-04-17 17:11:11 +02:00
committed by GitHub
+1 -1
View File
@@ -159,7 +159,7 @@ lazy val `lm-coursier-shaded` = project
"io.get-coursier" %% "coursier-sbt-maven-repository" % coursierVersion0,
"io.get-coursier.jniutils" % "windows-jni-utils-lmcoursier" % jniUtilsVersion,
"net.hamnaberg" %% "dataclass-annotation" % dataclassScalafixV % Provided,
"org.scala-lang.modules" %% "scala-collection-compat" % "2.11.0",
"org.scala-lang.modules" %% "scala-collection-compat" % "2.12.0",
"org.scala-lang.modules" %% "scala-xml" % "2.2.0", // depending on that one so that it doesn't get shaded
"org.slf4j" % "slf4j-api" % "1.7.36", // depending on that one so that it doesn't get shaded either
lmIvy.value,