Skip to content

Commit 0ca9521

Browse files
committed
Update scala-collection-compat to 2.14.0
1 parent faffdb8 commit 0ca9521

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ def rmCompilerFlags(scalaVersion: String): Seq[String] =
5858
def dependencies(scalaVersion: String): Seq[ModuleID] =
5959
Seq(
6060
// 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
61-
"*" -> ("org.scala-lang.modules" %% "scala-collection-compat" % "2.9.0"),
61+
"*" -> ("org.scala-lang.modules" %% "scala-collection-compat" % "2.14.0"),
6262
"2" -> ("org.scala-lang" % "scala-reflect" % scalaVersion % Provided),
6363
"2" -> ("com.chuusai" %% "shapeless" % "2.3.4" % Test), // For shapeless based Reader/Scanner in tests
6464
"*" -> ("org.scalatest" %% "scalatest" % "3.2.15" % Test),

0 commit comments

Comments
 (0)