Skip to content

[3.0.x] Patch updates#13018

Merged
mkurz merged 2 commits into
playframework:3.0.xfrom
scala-steward:update/3.0.x/patches
Dec 20, 2024
Merged

[3.0.x] Patch updates#13018
mkurz merged 2 commits into
playframework:3.0.xfrom
scala-steward:update/3.0.x/patches

Conversation

@scala-steward
Copy link
Copy Markdown
Contributor

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

🔍 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 = "ch.qos.logback", artifactId = "logback-classic" },
  { groupId = "com.github.sbt", artifactId = "sbt-ci-release" },
  { groupId = "org.scalameta", artifactId = "scalafmt-core" }
]

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 = "com.github.sbt", artifactId = "sbt-ci-release" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.scalameta", artifactId = "scalafmt-core" }
  }
]
labels: library-update, sbt-plugin-update, early-semver-patch, semver-spec-patch, old-version-remains, commit-count:n:5

@mergify mergify Bot added the type:updates label Dec 19, 2024
@mkurz mkurz force-pushed the update/3.0.x/patches branch from 125969b to 350ff3f Compare December 20, 2024 09:11
@mkurz mkurz merged commit 8952d48 into playframework:3.0.x Dec 20, 2024
@mkurz mkurz added this to the 3.0.7 milestone Mar 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants