-
Notifications
You must be signed in to change notification settings - Fork 28
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
Upgradathon #357
Upgradathon #357
Conversation
def do_configure(project: Project) = project.settings( | ||
Seq( | ||
Test / scalacOptions -= "-Xfatal-warnings" | ||
) | ||
) |
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 don't think we need this? I removed it and ran prePR
and didn't get any errors/warnings?
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.
it did not work in ci with this on, so maybe prePR does not turn it on?
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.
Thanks for the work, this is awesome!
I've approved it. Could remove the do_configure
since I don't believe we need that at this time and merge when you are ready?
Use sbt-circe-org and upgrade deps
closes #353 #352 #351 #350 #348 #345 #343 #340 #339 #318 #284 #262 #354