Skip to content

[2.2.x] Patch updates#1173

Merged
mkurz merged 2 commits into
playframework:2.2.xfrom
scala-steward:update/2.2.x/patches
Nov 28, 2025
Merged

[2.2.x] Patch updates#1173
mkurz merged 2 commits into
playframework:2.2.xfrom
scala-steward:update/2.2.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!

⚙ Adjust future updates

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

updates.ignore = [
  { groupId = "org.scala-lang", artifactId = "scala-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 = "org.scala-lang", artifactId = "scala-library" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.scalameta", artifactId = "scalafmt-core" }
  }
]
labels: library-update, early-semver-patch, semver-spec-patch, commit-count:n:2

@mergify mergify Bot added the type:updates label Nov 26, 2025
@victorcheong408

Copy link
Copy Markdown

PR Review: [2.2.x] Patch Updates

Summary

This is an automated Scala Steward PR that bumps two patch-level dependencies:

  • scala-library: 2.13.172.13.18
  • scalafmt-core: 3.10.13.10.2

Analysis ✅

Low Risk Changes:

  • Both updates are patch versions (semver-patch), meaning they should contain only bug fixes and no breaking changes
  • Scala 2.13.18 is a maintenance release with bug fixes
  • Scalafmt 3.10.2 is a minor formatter update

Files Changed:

  • .scalafmt.conf - Version bump for scalafmt
  • project/Dependencies.scala - Scala version bump
  • .github/workflows/build-test.yml - CI configuration updated for new Scala version

Recommendation

Safe to merge assuming CI passes.

These are routine patch updates from Scala Steward. Patch versions follow semantic versioning and should be backwards compatible. The changes are minimal and low-risk.

Checklist:

  • CI build passes
  • Tests pass with new Scala version
  • No deprecation warnings introduced

🤖 This review was automatically generated by PR Monitor + Cursor AI

@mkurz mkurz merged commit 30459aa into playframework:2.2.x Nov 28, 2025
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