File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
scalalib/worker/src/mill/scalalib/worker Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -176,7 +176,7 @@ object Deps {
176176 val sourcecode = ivy"com.lihaoyi::sourcecode:0.4.2"
177177 val upickle = ivy"com.lihaoyi::upickle:3.3.1"
178178 val windowsAnsi = ivy"io.github.alexarchambault.windows-ansi:windows-ansi:0.0.6"
179- val zinc = ivy"org.scala-sbt::zinc:1.10.4 "
179+ val zinc = ivy"org.scala-sbt::zinc:1.10.7 "
180180 // keep in sync with doc/antora/antory.yml
181181 val bsp4j = ivy"ch.epfl.scala:bsp4j:2.2.0-M2"
182182 val fansi = ivy"com.lihaoyi::fansi:0.5.0"
Original file line number Diff line number Diff line change @@ -487,7 +487,7 @@ class ZincWorkerImpl(
487487 ConsistentFileAnalysisStore .binary(
488488 file = path.toIO,
489489 mappers = ReadWriteMappers .getEmptyMappers(),
490- sort = true ,
490+ reproducible = true ,
491491 // No need to utilize more than 8 cores to serialize a small file
492492 parallelism = math.min(Runtime .getRuntime.availableProcessors(), 8 )
493493 )
You can’t perform that action at this time.
0 commit comments