Skip to content

Conversation

broadbot
Copy link
Contributor

@broadbot broadbot commented Jun 1, 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.

automation/Dockerfile-tests
local-dev/templates/docker-rsync-local-orch.sh
script/build.sh
script/build_jar.sh
⚙ Adjust future updates

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

updates.ignore = [
  { groupId = "com.google.cloud", artifactId = "google-cloud-nio" },
  { groupId = "io.sentry", artifactId = "sentry-logback" },
  { groupId = "org.scala-sbt", artifactId = "sbt" },
  { groupId = "org.scala-sbt", artifactId = "sbt-dependency-tree" },
  { groupId = "org.scala-sbt", artifactId = "scripted-plugin" },
  { groupId = "org.springframework", artifactId = "spring-web" }
]

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

dependencyOverrides = [
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "com.google.cloud", artifactId = "google-cloud-nio" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "io.sentry", artifactId = "sentry-logback" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.scala-sbt", artifactId = "sbt" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.scala-sbt", artifactId = "sbt-dependency-tree" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.scala-sbt", artifactId = "scripted-plugin" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.springframework", artifactId = "spring-web" }
  }
]
labels: test-library-update, library-update, sbt-plugin-update, early-semver-minor, semver-spec-patch, semver-spec-minor, version-scheme:early-semver, early-semver-patch, old-version-remains, commit-count:n:4

@broadbot broadbot requested a review from a team as a code owner June 1, 2025 12:11
@broadbot broadbot requested review from calypsomatic and davidangb and removed request for a team June 1, 2025 12:11
@github-actions github-actions bot added the Scala_Steward Scala Steward label Jun 1, 2025
Copy link
Contributor

@davidangb davidangb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

do not merge; this needs to update docker images too

@davidangb davidangb changed the title CORE-69: Minor and patch updates - sbt, sbt-dependency-tree, scripted-plugin to 1.11.0 - spring-web to 6.2.7 - google-cloud-nio to 0.127.36 - sentry-logback to 8.13.2 CORE-69: Minor and patch updates - spring-web to 6.2.7 - google-cloud-nio to 0.127.36 - sentry-logback to 8.13.2 Jun 3, 2025
@@ -1 +1 @@
sbt.version=1.10.11
sbt.version=1.11.1
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I missed this one in #1640, but it's just the benchmarking subproject; doesn't affect the main build

@davidangb davidangb merged commit e9656b1 into develop Jun 3, 2025
11 checks passed
@davidangb davidangb deleted the update/minor_patch branch June 3, 2025 19:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Scala_Steward Scala Steward

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants