Skip to content
Draft
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-M6"
// 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