Skip to content

Commit

Permalink
Update scala-parallel-collections to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-center-steward[bot] committed Dec 19, 2024
1 parent 09ea950 commit c8f2dd1
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 c8f2dd1

Please sign in to comment.