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-steward committed Dec 25, 2024
1 parent 9b9c9a3 commit 737e266
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,7 @@ lazy val zincCore = (projectMatrix in internalPath / "zinc-core")
scalaPartialVersion.value match {
case Some((2, major)) if major >= 13 =>
// should match version in sbt's util-collection module
List("org.scala-lang.modules" %% "scala-parallel-collections" % "0.2.0")
List("org.scala-lang.modules" %% "scala-parallel-collections" % "1.1.0")
case _ =>
List()
}
Expand Down

0 comments on commit 737e266

Please sign in to comment.