Skip to content

[2.9.x] Patch updates#13690

Merged
mkurz merged 2 commits into
2.9.xfrom
update/2.9.x/patches
Dec 12, 2025
Merged

[2.9.x] Patch updates#13690
mkurz merged 2 commits into
2.9.xfrom
update/2.9.x/patches

Conversation

@mkurz
Copy link
Copy Markdown
Member

@mkurz mkurz commented Dec 12, 2025

About this PR

Updates:

Usage

Please merge!

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

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 numbers

The following files still refer to the old version numbers.
You might want to review and update them manually.

documentation/manual/releases/release26/Highlights26.md
documentation/manual/releases/release27/Highlights27.md
⚙ Adjust future updates

Add these to your .scala-steward.conf file to ignore future updates of these dependencies:

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

Or, add these to slow down future updates of these dependencies:

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

@mkurz mkurz merged commit 30f43fb into 2.9.x Dec 12, 2025
61 of 73 checks passed
@mkurz mkurz deleted the update/2.9.x/patches branch December 12, 2025 16:19
@mkurz mkurz added this to the 2.9.10 milestone Dec 22, 2025
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.

1 participant