Skip to content

Conversation

broadbot
Copy link
Contributor

@broadbot broadbot commented Sep 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.

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.fasterxml.jackson.core", artifactId = "jackson-core" },
  { groupId = "com.fasterxml.jackson.core", artifactId = "jackson-databind" },
  { groupId = "com.google.cloud", artifactId = "google-cloud-nio" },
  { groupId = "io.sentry", artifactId = "sentry-logback" },
  { groupId = "org.scala-sbt", artifactId = "sbt" },
  { 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.fasterxml.jackson.core", artifactId = "jackson-core" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "com.fasterxml.jackson.core", artifactId = "jackson-databind" }
  },
  {
    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.springframework", artifactId = "spring-web" }
  }
]
labels: library-update, test-library-update, sbt-plugin-update, early-semver-minor, semver-spec-minor, semver-spec-patch, early-semver-patch, version-scheme:early-semver, old-version-remains, commit-count:n:6

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

wait for #1664 to merge and rebase on top of that

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.

we should create a follow-on PR to update the docker images to this version of sbt

@calypsomatic
Copy link
Contributor

we should create a follow-on PR to update the docker images to this version of sbt

@davidangb I just modified this PR with this, it seems easier than a new PR

@calypsomatic calypsomatic merged commit deda5c3 into develop Sep 4, 2025
11 checks passed
@calypsomatic calypsomatic deleted the update/minor_patch branch September 4, 2025 14:06
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