File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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)
You can’t perform that action at this time.
0 commit comments