Skip to content

[2.10.x] Patch updates#1273

Open
mkurz wants to merge 3 commits into2.10.xfrom
update/2.10.x/patches
Open

[2.10.x] Patch updates#1273
mkurz wants to merge 3 commits into2.10.xfrom
update/2.10.x/patches

Conversation

@mkurz
Copy link
Member

@mkurz mkurz commented Dec 19, 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!

⚙ Adjust future updates

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

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

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

dependencyOverrides = [
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.scala-lang", artifactId = "scala-compiler" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.scala-lang", artifactId = "scala-compiler" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.scala-lang", artifactId = "scala3-compiler" }
  }
]
labels: library-update, early-semver-patch, semver-spec-patch, version-scheme:semver-spec, commit-count:n:3

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