Skip to content

Patch updates - #375

Merged
mkurz merged 2 commits into
playframework:mainfrom
scala-steward:update/patches
Apr 8, 2026
Merged

Patch updates#375
mkurz merged 2 commits into
playframework:mainfrom
scala-steward:update/patches

Conversation

@scala-steward

@scala-steward scala-steward commented Feb 16, 2026

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!

⚙ Adjust future updates

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

updates.ignore = [
  { groupId = "com.auth0", artifactId = "java-jwt" },
  { groupId = "org.scala-sbt", artifactId = "sbt" }
]

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

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

@mergify mergify Bot added the type:updates label Feb 16, 2026
@mkurz

mkurz commented Feb 20, 2026

Copy link
Copy Markdown
Member

Currently breaks because java-jwt upgraded jackson: https://github.com/auth0/java-jwt/releases/tag/4.5.1
Will be fixed with next Play milestone release

@mkurz
mkurz merged commit 2f82902 into playframework:main Apr 8, 2026
14 checks passed
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.

3 participants