-
Notifications
You must be signed in to change notification settings - Fork 18
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
Add support for Scala 3 #46
Comments
Thanks for the ticket but for now not even scalafix supports Scala 3 scalacenter/scalafix#1316 and I don't think semanticdb supports Scala 3 yet. Scala Steward will automatically update these once they are published. |
The semanticdb-scalac compiler plugin does not exist for Scala 3 because the Scala 3 compiler has built-in SemanticDB support. You can remove the dependency on semanticdb-scalac and add |
Released in |
It appears mill-scalafix 0.2.2 does not yet support Scala 3. At least, as soon as I change the scalaVersion to 3, I get
when running
mill
on my project. Commenting out mill-scalafix makes the issue disappear.The text was updated successfully, but these errors were encountered: