-
Notifications
You must be signed in to change notification settings - Fork 9
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
Modernize versions, add Scala 3 #34
Conversation
SethTisue
commented
Sep 1, 2023
•
edited
Loading
edited
- sbt 1.9.4 (was 1.7.2)
- remove Scalariform, it is obsolete/unmaintained
- Scala 2.13.11 (was .10)
- use latest akka-http and akka-stream versions
- fix warnings
- add JDK 20 to CI matrix
- bump GitHub Actions versions
- crossbuild for Scala 3
@patriknw could someone on your team review this...? the Scala team at Lightbend still actively uses this repository to test Fortify's Scala support, including the addition of support for Scala 3 — hence my interest I don't really know akka-http, so the code changes are just me blindly trying to do what the deprecation warnings seemed to be telling me |
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.
LGTM