We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66ca97b commit bc45e6dCopy full SHA for bc45e6d
build.sbt
@@ -49,7 +49,7 @@ lazy val core =
49
) ++ (if (scalaVersion.value.startsWith("2.")) {
50
Seq(
51
"org.scala-lang" % "scala-reflect" % scalaVersion.value,
52
- "org.scala-lang.modules" %% "scala-collection-compat" % "2.6.0"
+ "org.scala-lang.modules" %% "scala-collection-compat" % "2.13.0"
53
)
54
} else Nil),
55
coverageMinimum := 60,
0 commit comments