From 737e266a094e25cdc08dfd773af76f36d1df26cd Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 25 Dec 2024 21:55:42 +0000 Subject: [PATCH] Update scala-parallel-collections to 1.1.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 49758c7a8..25c0b93da 100644 --- a/build.sbt +++ b/build.sbt @@ -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() }