Skip to content

Commit 954e565

Browse files
authored
Merge pull request #1586 from scala-steward/update/scala-parallel-collections-1.2.0
Update scala-parallel-collections to 1.2.0
2 parents d74773a + 97c72c7 commit 954e565

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ lazy val zincPersist = (projectMatrix in internalPath / "zinc-persist")
245245
name := "zinc Persist",
246246
libraryDependencies ++= List(
247247
sbinary,
248-
"org.scala-lang.modules" %% "scala-parallel-collections" % "1.0.4",
248+
"org.scala-lang.modules" %% "scala-parallel-collections" % "1.2.0",
249249
),
250250
compileOrder := sbt.CompileOrder.Mixed,
251251
Test / classLoaderLayeringStrategy := ClassLoaderLayeringStrategy.Flat,
@@ -292,7 +292,7 @@ lazy val zincCore = (projectMatrix in internalPath / "zinc-core")
292292
exclude[MissingClassProblem]("xsbti.*"),
293293
),
294294
libraryDependencies ++= List(
295-
"org.scala-lang.modules" %% "scala-parallel-collections" % "1.0.4"
295+
"org.scala-lang.modules" %% "scala-parallel-collections" % "1.2.0"
296296
),
297297
)
298298
.jvmPlatform(scalaVersions = scala3_only)

0 commit comments

Comments
 (0)