-
Notifications
You must be signed in to change notification settings - Fork 5
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
Switch to scala 3 + java 17 #53
Comments
JDK has been upgraded to version 17 now in #60 |
Now, gradle-scoverage supports scoverage 2 (and thus Scala 3) as well: scoverage/gradle-scoverage#192 |
For the Scapegoat requirement, feel free to checkout my repo, I have been working on a port of Scapegoat to Scala 3 and currently have a working and tested version with 70 rules. |
@t1b00 thanks for the hint, we'll consider your repo when we discuss a switch to Scala 3 again |
Scala 3 has several improvements over the currently used scala version. Even more, in the mid-term I expect that we will run into several problems if we stick to scala 2.
We may consider using this version change to also switch to the latest java LTS which is currently java 17.
For a full switch, we depend on updates of the following tools to support scala 3
We should also consider using this change for a new, actually the first public, release.
Therefore it might make sense to solve #17 before.
The text was updated successfully, but these errors were encountered: