-
-
Notifications
You must be signed in to change notification settings - Fork 423
[WIP] Update zinc to 2.0.0-Mx (released for Scala 3) #5767
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
|
2.0.0-M7 has just been released. |
4976b44 to
0dfb6d4
Compare
|
Marking this ready for review, to see CI results. |
| // 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" |
There was a problem hiding this comment.
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.
No description provided.