Skip to content

Commit 404bd84

Browse files
lefoulihaoyi
andauthored
Update zinc to 1.10.7 (#4194)
Co-authored-by: Li Haoyi <[email protected]>
1 parent fcbbfe9 commit 404bd84

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.mill

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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"

scalalib/worker/src/mill/scalalib/worker/ZincWorkerImpl.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
)

0 commit comments

Comments
 (0)