Skip to content

Commit bc45e6d

Browse files
committed
Update scala-collection-compat to 2.13.0
1 parent 66ca97b commit bc45e6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ lazy val core =
4949
) ++ (if (scalaVersion.value.startsWith("2.")) {
5050
Seq(
5151
"org.scala-lang" % "scala-reflect" % scalaVersion.value,
52-
"org.scala-lang.modules" %% "scala-collection-compat" % "2.6.0"
52+
"org.scala-lang.modules" %% "scala-collection-compat" % "2.13.0"
5353
)
5454
} else Nil),
5555
coverageMinimum := 60,

0 commit comments

Comments
 (0)