Skip to content

Conversation

@broadbot
Copy link
Contributor

@broadbot broadbot commented Oct 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
automation/project/build.properties
codegen_java/project/build.properties
docker/build.sh
docker/build_jar.sh
project/build.properties
⚙ Adjust future updates

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

updates.ignore = [
  { groupId = "bio.terra", artifactId = "terra-cloud-resource-lib" },
  { groupId = "bio.terra", artifactId = "terra-common-lib" },
  { groupId = "ch.qos.logback", artifactId = "logback-classic" },
  { groupId = "com.google.cloud", artifactId = "google-cloud-nio" },
  { groupId = "com.typesafe.scala-logging", artifactId = "scala-logging" },
  { groupId = "io.projectreactor.netty", artifactId = "reactor-netty" },
  { groupId = "org.postgresql", artifactId = "postgresql" },
  { groupId = "org.scala-sbt", artifactId = "sbt" },
  { groupId = "org.scalacheck", artifactId = "scalacheck" }
]

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

dependencyOverrides = [
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "bio.terra", artifactId = "terra-cloud-resource-lib" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "bio.terra", artifactId = "terra-common-lib" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "ch.qos.logback", artifactId = "logback-classic" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "com.google.cloud", artifactId = "google-cloud-nio" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "com.typesafe.scala-logging", artifactId = "scala-logging" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "io.projectreactor.netty", artifactId = "reactor-netty" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.postgresql", artifactId = "postgresql" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.scala-sbt", artifactId = "sbt" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.scalacheck", artifactId = "scalacheck" }
  }
]
labels: Scala_Steward, library-update, test-library-update, sbt-plugin-update, early-semver-patch, semver-spec-patch, early-semver-minor, version-scheme:early-semver, semver-spec-minor, old-version-remains, commit-count:n:9

@broadbot broadbot requested a review from a team as a code owner October 1, 2025 12:26
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; the sbt update in this PR is incorrect

@sonarqubecloud
Copy link

sonarqubecloud bot commented Oct 1, 2025

@davidangb davidangb self-requested a review October 1, 2025 20:20
@calypsomatic calypsomatic merged commit 3227fd3 into develop Oct 2, 2025
27 checks passed
@calypsomatic calypsomatic deleted the update/minor_patch branch October 2, 2025 13:09
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.

4 participants