Replies: 1 comment 1 reply
-
Hi, is there a plan to support Scala 3 in the Mill DSL? Were there any reason to not have a Scala 3 switch in 0.10? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In order to support newer Scala versions, we needed to bump some upstream dependencies, most prominently Ammonite and upickle. Because these include binary incompatible changes all commits in our default branch "main" after e3e80b3 target a mill
0.10
release.Please note, that most external plugins built for mill 0.9 will most likely not work properly. Some external mill plugins are already cross-compiled for different mill releases and adapted to a naming pattern, which includes the mill binary platform in it's name. So look out for a
_mill0.9
in the plugin artifact name and replace it with what ever the plugin provides, eventually a_mill0.10
.If you had some changes to mill in mind which require some refactoring, now is a good time to open your pull request.
Beta Was this translation helpful? Give feedback.
All reactions