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

Drop 0.13 support. Bump sbt version to 1.5.5. Fix deprecation warnings. #91

Merged
merged 1 commit into from
Oct 7, 2021

Conversation

pikinier20
Copy link
Contributor

No description provided.

Comment on lines -15 to -16
- scala-version: '2.13.6'
sbt-version: '0.13.18'
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The PR which updated Scala version to 2.13.6 had bad check - although on the LHS we could see that it's testing for scala version 2.13.6, it did tests for 2.10 and that's why they passed. Now I've got errors on CI saying that no project cross builds to 2.13.6. (And I think it's true since sbt is still using 2.12)

@@ -12,10 +12,8 @@ jobs:
strategy:
matrix:
include:
- scala-version: '2.13.6'
sbt-version: '0.13.18'
- scala-version: '2.12.8'
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

1.5.5 is on 2.12.15

build.sbt Show resolved Hide resolved
@pikinier20
Copy link
Contributor Author

I think we can have this PR merged

@SethTisue SethTisue merged commit 9153b20 into sbt:master Oct 7, 2021
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.

2 participants