Skip to content

Commit 8c34f41

Browse files
authored
Merge pull request #838 from scalacenter/update/scala-collection-compat-2.13.0
Update scala-collection-compat to 2.13.0
2 parents d009952 + d278945 commit 8c34f41

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)