From b8aedbe98d478d74b12927cc4dfbb7f5748f3c93 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Mon, 27 Nov 2023 14:56:23 +0100 Subject: [PATCH] Update scala-collection-compat to 2.11.0 (#468) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index f4cd56a18..97d288c2b 100644 --- a/build.sbt +++ b/build.sbt @@ -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.10.0", + "org.scala-lang.modules" %% "scala-collection-compat" % "2.11.0", "org.scala-lang.modules" %% "scala-xml" % "2.1.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,