We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a3ad8d commit 8409e4eCopy full SHA for 8409e4e
mill-build/src/millbuild/Deps.scala
@@ -179,7 +179,7 @@ object Deps {
179
// Using "native-terminal-no-ffm" rather than just "native-terminal", as the GraalVM releases currently
180
// lacks support for FFM on Mac ARM. That should be fixed soon, see oracle/graal#8113.
181
val nativeTerminal = mvn"io.github.alexarchambault.native-terminal:native-terminal-no-ffm:0.0.9.1"
182
- val zinc = mvn"org.scala-sbt::zinc:1.10.8".withDottyCompat(scalaVersion)
+ val zinc = mvn"org.scala-sbt::zinc:1.11.0".withDottyCompat(scalaVersion)
183
// keep in sync with doc/antora/antory.yml
184
val bsp4j = mvn"ch.epfl.scala:bsp4j:2.2.0-M2"
185
val gson = mvn"com.google.code.gson:gson:2.10.1"
0 commit comments