Skip to content

Commit

Permalink
Update scala-collection-compat to 2.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Apr 17, 2024
1 parent faffdb8 commit bd8fd82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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),
Expand Down

0 comments on commit bd8fd82

Please sign in to comment.