Skip to content

[2.9.x] Patch updates#13939

Merged
mkurz merged 2 commits into
playframework:2.9.xfrom
scala-steward:update/2.9.x/patches
May 12, 2026
Merged

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

Conversation

@scala-steward
Copy link
Copy Markdown
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!

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

core/play/src/main/scala/play/api/libs/Files.scala
core/play/src/main/scala/play/api/libs/crypto/CSRFTokenSigner.scala
core/play/src/main/scala/play/api/mvc/Cookie.scala
documentation/manual/releases/release26/Highlights26.md
documentation/manual/releases/release26/migration26/JPAMigration26.md
documentation/manual/releases/release26/migration26/Migration26.md
documentation/manual/releases/release27/migration27/Migration27.md
transport/client/play-ahc-ws/src/main/java/play/libs/ws/ahc/AhcWSResponse.java
transport/client/play-ahc-ws/src/main/scala/play/api/libs/ws/ahc/AhcWSRequest.scala
transport/client/play-ahc-ws/src/main/scala/play/api/libs/ws/ahc/AhcWSResponse.scala
transport/client/play-ws/src/main/java/play/libs/ws/WSRequest.java
transport/client/play-ws/src/main/scala/play/api/libs/ws/WSRequest.scala
transport/client/play-ws/src/main/scala/play/api/libs/ws/WSResponse.scala
⚙ Adjust future updates

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

updates.ignore = [
  { groupId = "org.scalameta", artifactId = "sbt-scalafmt" },
  { groupId = "org.scalameta", artifactId = "scalafmt-core" }
]

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

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

@mergify mergify Bot added the type:updates label May 11, 2026
@mkurz mkurz merged commit 350b2b3 into playframework:2.9.x May 12, 2026
26 checks passed
@mkurz mkurz added this to the 2.9.11 milestone May 21, 2026
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