Skip to content

Patch updates#13163

Merged
mkurz merged 5 commits intomainfrom
update/patches
Feb 24, 2025
Merged

Patch updates#13163
mkurz merged 5 commits intomainfrom
update/patches

Conversation

@mkurz
Copy link
Copy Markdown
Member

@mkurz mkurz commented Feb 24, 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.

web/play-filters-helpers/src/main/scala/play/filters/cors/AbstractCORSPolicy.scala
web/play-filters-helpers/src/main/scala/play/filters/cors/CORSConfig.scala
web/play-java-forms/src/test/java/play/mvc/HttpFormsTest.java
⚙ Adjust future updates

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

updates.ignore = [
  { groupId = "com.eed3si9n", artifactId = "sbt-assembly" },
  { groupId = "com.github.sbt", artifactId = "sbt-native-packager" },
  { groupId = "joda-time", artifactId = "joda-time" },
  { groupId = "org.assertj", artifactId = "assertj-core" },
  { groupId = "org.scalameta", artifactId = "scalafmt-core" },
  { groupId = "org.springframework", artifactId = "spring-core" }
]

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

dependencyOverrides = [
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "com.eed3si9n", artifactId = "sbt-assembly" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "com.github.sbt", artifactId = "sbt-native-packager" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "joda-time", artifactId = "joda-time" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.assertj", artifactId = "assertj-core" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.scalameta", artifactId = "scalafmt-core" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.springframework", artifactId = "spring-core" }
  }
]
labels: sbt-plugin-update, library-update, test-library-update, early-semver-patch, semver-spec-patch, old-version-remains, commit-count:n:8

@mkurz mkurz merged commit d8fadd5 into main Feb 24, 2025
29 checks passed
@mkurz mkurz deleted the update/patches branch February 24, 2025 10:26
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