From bd8fd829682f8f1c189a371a9a4961df3659d628 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 17 Apr 2024 17:13:23 +0000 Subject: [PATCH] Update scala-collection-compat to 2.12.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 9e837c27..ab67a781 100644 --- a/build.sbt +++ b/build.sbt @@ -58,7 +58,7 @@ def rmCompilerFlags(scalaVersion: String): Seq[String] = def dependencies(scalaVersion: String): Seq[ModuleID] = Seq( // TODO: Get rid of scala-collection-compat when we drop support for Scala 2.12 and -Wunused:imports since it triggers https://github.com/scala/scala-collection-compat/issues/240 - "*" -> ("org.scala-lang.modules" %% "scala-collection-compat" % "2.9.0"), + "*" -> ("org.scala-lang.modules" %% "scala-collection-compat" % "2.12.0"), "2" -> ("org.scala-lang" % "scala-reflect" % scalaVersion % Provided), "2" -> ("com.chuusai" %% "shapeless" % "2.3.4" % Test), // For shapeless based Reader/Scanner in tests "*" -> ("org.scalatest" %% "scalatest" % "3.2.15" % Test),