Skip to content

[3.0.x] Patch updates#13611

Merged
mkurz merged 10 commits into
3.0.xfrom
update/3.0.x/patches
Oct 23, 2025
Merged

[3.0.x] Patch updates#13611
mkurz merged 10 commits into
3.0.xfrom
update/3.0.x/patches

Conversation

@mkurz
Copy link
Copy Markdown
Member

@mkurz mkurz commented Oct 23, 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!

🔍 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.

documentation/manual/hacking/BuildingFromSource.md
documentation/manual/releases/release27/Highlights27.md
documentation/manual/releases/release28/migration28/Migration28.md
documentation/manual/releases/release29/migration29/Migration29.md
documentation/manual/working/commonGuide/build/sbtDependencies.md
dev-mode/play-docs-sbt-plugin/src/main/twirl/org/playframework/docs/sbtplugin/translationReport.scala.html
documentation/manual/working/commonGuide/assets/AssetsOverview.md
documentation/manual/working/commonGuide/assets/AssetsSass.md
⚙ 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 = "net.bytebuddy", artifactId = "byte-buddy" },
  { groupId = "org.playframework", artifactId = "play-ahc-ws-standalone" },
  { groupId = "org.playframework", artifactId = "play-json" },
  { groupId = "org.playframework.netty", artifactId = "netty-reactive-streams-http" },
  { groupId = "org.scala-lang", artifactId = "scala-library" },
  { groupId = "org.scala-lang", artifactId = "scala3-library" },
  { 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 = "net.bytebuddy", artifactId = "byte-buddy" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.playframework", artifactId = "play-ahc-ws-standalone" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.playframework", artifactId = "play-json" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.playframework.netty", artifactId = "netty-reactive-streams-http" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.scala-lang", artifactId = "scala-library" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.scala-lang", artifactId = "scala3-library" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.scalameta", artifactId = "scalafmt-core" }
  }
]
labels: library-update, early-semver-patch, semver-spec-patch, version-scheme:semver-spec, old-version-remains, commit-count:n:8

@mkurz mkurz force-pushed the update/3.0.x/patches branch from bb9115b to 186db21 Compare October 23, 2025 13:29
@mkurz mkurz merged commit 50c6ee1 into 3.0.x Oct 23, 2025
25 checks passed
@mkurz mkurz deleted the update/3.0.x/patches branch October 23, 2025 14:25
@mkurz mkurz added this to the 3.0.10 milestone Dec 22, 2025
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