Skip to content

[2.10.x] Patch updates#1030

Merged
mkurz merged 1 commit into2.10.xfrom
update/2.10.x/patches
May 3, 2024
Merged

[2.10.x] Patch updates#1030
mkurz merged 1 commit into2.10.xfrom
update/2.10.x/patches

Conversation

@mkurz
Copy link
Member

@mkurz mkurz commented May 3, 2024

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-library" },
  { groupId = "org.scala-lang", artifactId = "scala-reflect" }
]

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-library" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.scala-lang", artifactId = "scala-reflect" }
  }
]
labels: library-update, early-semver-patch, semver-spec-patch, commit-count:1

@mkurz mkurz merged commit 3f5aba1 into 2.10.x May 3, 2024
@mkurz mkurz deleted the update/2.10.x/patches branch May 3, 2024 10: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