Skip to content

Conversation

@scala-steward
Copy link
Contributor

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-sbt", artifactId = "sbt" },
  { groupId = "org.scala-sbt", artifactId = "sbt-dependency-tree" }
]

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

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

@mergify mergify bot added the type:updates label Sep 7, 2025
@mkurz mkurz added ci:skip-tests Skip 'tests' job in CI builds ci:skip-docs-tests Skip 'docs-tests' job in CI builds labels Sep 8, 2025
@mkurz mkurz force-pushed the update/3.0.x/patches branch from d8308bc to f7a8cb0 Compare September 8, 2025 07:37
@mkurz mkurz merged commit 57fe9a4 into playframework:3.0.x Sep 8, 2025
21 checks passed
@mergify mergify bot removed ci:skip-tests Skip 'tests' job in CI builds ci:skip-docs-tests Skip 'docs-tests' job in CI builds labels Sep 8, 2025
@mkurz
Copy link
Member

mkurz commented Sep 8, 2025

@Mergifyio backport main

@mergify
Copy link
Contributor

mergify bot commented Sep 8, 2025

backport main

✅ Backports have been created

Details

mkurz added a commit that referenced this pull request Sep 8, 2025
@mkurz mkurz added this to the 3.0.9 milestone Sep 11, 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