diff --git a/build.sbt b/build.sbt index 02bfd423..4a38cb9b 100644 --- a/build.sbt +++ b/build.sbt @@ -162,7 +162,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.13.0", + "org.scala-lang.modules" %% "scala-collection-compat" % "2.14.0", "org.scala-lang.modules" %% "scala-xml" % "2.3.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,