Skip to content

Commit

Permalink
Merge pull request #413 from scalacenter/update/scala-collection-comp…
Browse files Browse the repository at this point in the history
…at-2.10.0

Update scala-collection-compat to 2.10.0
  • Loading branch information
adpi2 committed Apr 27, 2023
2 parents e5ac7f8 + 80300ff commit 739fea6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ object Dependencies {
}

val scalaParallelCollection = "org.scala-lang.modules" %% "scala-parallel-collections" % "1.0.4"
val scalaCollectionCompat = "org.scala-lang.modules" %% "scala-collection-compat" % "2.9.0"
val scalaCollectionCompat = "org.scala-lang.modules" %% "scala-collection-compat" % "2.10.0"
val sbtTestAgent = "org.scala-sbt" % "test-agent" % "1.8.2"

// test dependencies
Expand Down

0 comments on commit 739fea6

Please sign in to comment.