Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion mill-build/src/millbuild/Deps.scala
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ object Deps {
// Using "native-terminal-no-ffm" rather than just "native-terminal", as the GraalVM releases currently
// lacks support for FFM on Mac ARM. That should be fixed soon, see oracle/graal#8113.
val nativeTerminal = mvn"io.github.alexarchambault.native-terminal:native-terminal-no-ffm:0.0.9.1"
val zinc = mvn"org.scala-sbt::zinc:1.10.8".withDottyCompat(scalaVersion)
val zinc = mvn"org.scala-sbt::zinc:2.0.0-M8"
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@lihaoyi I have no idea why this change breaks the whole build. It must have something to do with our classloader isolation, since the same bump worked flawlessly on older Mill versions (pre 1.0.0-M2, IIRC). Maybe you have an idea or recognize the errors, since you did the classloader isolation refactoring.

// keep in sync with doc/antora/antory.yml
val bsp4j = mvn"ch.epfl.scala:bsp4j:2.2.0-M2"
val gson = mvn"com.google.code.gson:gson:2.10.1"
Expand Down
Loading