Skip to content

[1.2.x] Patch updates - #359

Merged
mkurz merged 2 commits into
1.2.xfrom
update/1.2.x/patches
Jul 5, 2025
Merged

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

Conversation

@mkurz

@mkurz mkurz commented Jul 4, 2025

Copy link
Copy Markdown
Member

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.

.git-blame-ignore-revs
⚙ Adjust future updates

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

updates.ignore = [
  { groupId = "org.scalameta", artifactId = "sbt-scalafmt" },
  { groupId = "org.scalameta", artifactId = "scalafmt-core" }
]

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

dependencyOverrides = [
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.scalameta", artifactId = "sbt-scalafmt" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.scalameta", artifactId = "scalafmt-core" }
  }
]
labels: sbt-plugin-update, library-update, early-semver-patch, semver-spec-patch, old-version-remains, commit-count:n:2

@mkurz
mkurz merged commit 287b1c4 into 1.2.x Jul 5, 2025
14 checks passed
@mkurz
mkurz deleted the update/1.2.x/patches branch July 5, 2025 06:45
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