Skip to content

Commit d278945

Browse files
Update scala-collection-compat to 2.13.0
1 parent d009952 commit d278945

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/Dependencies.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ object Dependencies {
3232
}
3333

3434
val scalaParallelCollection = "org.scala-lang.modules" %% "scala-parallel-collections" % "1.2.0"
35-
val scalaCollectionCompat = "org.scala-lang.modules" %% "scala-collection-compat" % "2.12.0"
35+
val scalaCollectionCompat = "org.scala-lang.modules" %% "scala-collection-compat" % "2.13.0"
3636
val sbtTestAgent = "org.scala-sbt" % "test-agent" % "1.10.7"
3737
val scalaMeta = ("org.scalameta" %% "parsers" % "4.12.7").cross(CrossVersion.for3Use2_13)
3838

0 commit comments

Comments
 (0)