Skip to content

Commit

Permalink
Merge pull request #814 from scalacenter/update/scala-parallel-collec…
Browse files Browse the repository at this point in the history
…tions-1.1.0

Update scala-parallel-collections to 1.1.0
  • Loading branch information
adpi2 authored Dec 20, 2024
2 parents 7975420 + c8f2dd1 commit 26f3f46
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 @@ -31,7 +31,7 @@ object Dependencies {
case _ => "org.scala-lang" % "scala-reflect" % scalaVersion
}

val scalaParallelCollection = "org.scala-lang.modules" %% "scala-parallel-collections" % "1.0.4"
val scalaParallelCollection = "org.scala-lang.modules" %% "scala-parallel-collections" % "1.1.0"
val scalaCollectionCompat = "org.scala-lang.modules" %% "scala-collection-compat" % "2.12.0"
val sbtTestAgent = "org.scala-sbt" % "test-agent" % "1.10.6"
val scalaMeta = ("org.scalameta" %% "parsers" % "4.12.1").cross(CrossVersion.for3Use2_13)
Expand Down

0 comments on commit 26f3f46

Please sign in to comment.