-
Notifications
You must be signed in to change notification settings - Fork 93
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 2.13.9 #680
Conversation
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 opening the pull request!
I left two suggestions and then it should be good.
61aa78a
to
f11a6e1
Compare
@mccartney, would you do the merge and release please? |
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, but please remove the 2.13.7
.
scalaVersion := "2.13.8" | ||
crossScalaVersions := Seq("2.11.12", "2.12.15", "2.12.16", "2.13.7", "2.13.8") | ||
scalaVersion := "2.13.9" | ||
crossScalaVersions := Seq("2.11.12", "2.12.15", "2.12.16", "2.13.7", "2.13.8", "2.13.9") |
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 think we have the tradition of keeping two minor versions per major version. Thus I suggest to remove 2.13.7
.
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.
Ah. Now I can see @saeltz said we were hoarding 3 versions. That's fine. I must've remembered wrong.
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 wasn’t sure either. In the CI we had three, in SBT two. We can still clean it up afterwards.
Fixes: #679
This is my first contribution to this project so please let me know if anything is missing
Requires a release after merge as it updates the README