Skip to content

Conversation

scala-center-steward[bot]
Copy link
Contributor

About this PR

πŸ“¦ Updates

from 2.12.19 to 2.12.20

πŸ“œ GitHub Release Notes - Version Diff

Usage

βœ… Please merge!

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.12.19).
You might want to review and update them manually.

.github/workflows/ci.yml
build.sbt
βš™ Adjust future updates

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

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

Or, add this to slow down future updates of this dependency:

dependencyOverrides = [{
  pullRequests = { frequency = "30 days" },
  dependency = { groupId = "org.scala-lang" }
}]
labels: library-update, early-semver-patch, semver-spec-patch, old-version-remains, commit-count:1

@github-actions github-actions bot added the dependencies Relates to dependency updates label Sep 5, 2024
@SethTisue
Copy link
Collaborator

@danicheg I don't understand the CI failure, do you?

@danicheg
Copy link
Collaborator

danicheg commented Sep 7, 2024

@SethTisue yeah, kind of. Actually, I added support for Scala 2.12.20 in #138. But it turned out, I forgot to bump the Scala 2.12 version in the SBT plugin (which is minor though). So, with the current 'main', all is good.

@danicheg danicheg merged commit c4726c2 into main Sep 8, 2024
23 checks passed
@danicheg danicheg deleted the update/scala-compiler-2.12.20 branch September 8, 2024 05:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Relates to dependency updates

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants