-
Notifications
You must be signed in to change notification settings - Fork 1
[PIL-2186] - Move to Scala3 #174
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
|
build.sbt
Outdated
libraryDependencies ++= AppDependencies.it, | ||
scalacOptions := (scalacOptions in ThisBuild).value.distinct | ||
) | ||
.disablePlugins(TpolecatPlugin) |
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.
I take it this is the multi-flag issue?
We might as well actually remove tpolecat properly rather than do this.
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.
Sorry, that is actually a remnant of another attempt I did. Will remove this
) | ||
.disablePlugins(TpolecatPlugin) | ||
|
||
scalacOptions := scalacOptions.value.distinct |
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.
looks like we're making this distinct call twice
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.
Same as above
This PR upgrades the entire repo to Scala 3.7.3
Key Changes: