Skip to content

Update scala-library to 2.13.5 #432

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

Merged
merged 2 commits into from
Mar 4, 2021

Conversation

scala-steward
Copy link
Contributor

Updates org.scala-lang:scala-library from 2.11.12 to 2.13.5.

I'll automatically update this PR to resolve conflicts as long as you don't change it yourself.

If you'd like to skip this version, you can just close this PR. If you have any feedback, just mention me in the comments below.

Configure Scala Steward for your repository with a .scala-steward.conf file.

Have a fantastic day writing Scala!

Files still referring to the old version number

The following files still refer to the old version number (2.11.12).
You might want to review and update them manually.

.travis.yml
project/MultiScalaProject.scala
Ignore future updates

Add this to your .scala-steward.conf file to ignore future updates of this dependency:

updates.ignore = [ { groupId = "org.scala-lang", artifactId = "scala-library" } ]

labels: library-update, semver-minor, old-version-remains

@SethTisue
Copy link
Member

SethTisue commented Feb 27, 2021

@scala-steward this seems like an example where the new Scala version logic is not doing a good job — IMO for Scala versions it should only ever suggest going from a.b.c to a.b.(c + 1), never from a.b.c to a.(b + 1).d

@fthomas
Copy link

fthomas commented Feb 27, 2021

Thanks for the suggestion, @SethTisue! I'm tracking this issue now in scala-steward-org/scala-steward#129.

@SethTisue SethTisue marked this pull request as ready for review March 4, 2021 05:43
@SethTisue SethTisue self-assigned this Mar 4, 2021
@SethTisue SethTisue merged commit 5a8b272 into scala:master Mar 4, 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.

3 participants