Skip to content
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

Merged
merged 1 commit into from
Sep 29, 2022
Merged

Conversation

henricook
Copy link
Contributor

@henricook henricook commented Sep 28, 2022

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

@henricook henricook mentioned this pull request Sep 28, 2022
Copy link
Collaborator

@saeltz saeltz left a 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.

.github/workflows/pr-checks.yml Outdated Show resolved Hide resolved
build.sbt Show resolved Hide resolved
@saeltz
Copy link
Collaborator

saeltz commented Sep 28, 2022

@mccartney, would you do the merge and release please?

Copy link
Collaborator

@mccartney mccartney left a 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")
Copy link
Collaborator

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.

Copy link
Collaborator

@mccartney mccartney Sep 29, 2022

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.

Copy link
Collaborator

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.

@mccartney mccartney merged commit f569edc into scapegoat-scala:master Sep 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support for 2.13.9
3 participants