Skip to content

Conversation

@broadbot
Copy link
Contributor

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

project/Dependencies.scala
Dockerfile
automation/Dockerfile-tests
docker/build.sh
docker/build_jar.sh
local-dev/templates/docker-rsync-local-rawls.sh
project/plugins.sbt
⚙ 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-common-lib" },
  { groupId = "bio.terra", artifactId = "terra-policy-client" },
  { groupId = "ch.epfl.scala", artifactId = "sbt-scalafix" },
  { groupId = "ch.qos.logback", artifactId = "logback-classic" },
  { groupId = "co.fs2", artifactId = "fs2-reactive-streams" },
  { groupId = "com.azure", artifactId = "azure-core-management" },
  { groupId = "com.azure", artifactId = "azure-identity" },
  { groupId = "com.fasterxml.jackson.core", artifactId = "jackson-core" },
  { groupId = "com.google.cloud", artifactId = "google-cloud-nio" },
  { groupId = "com.mysql", artifactId = "mysql-connector-j" },
  { groupId = "io.sentry", artifactId = "sentry-logback" },
  { groupId = "io.swagger.parser.v3", artifactId = "swagger-parser-v3" },
  { groupId = "org.latestbit", artifactId = "sbt-gcs-plugin" },
  { groupId = "org.scala-lang", artifactId = "scala-library" },
  { groupId = "org.scala-sbt", artifactId = "sbt" },
  { groupId = "org.scala-sbt", artifactId = "sbt-dependency-tree" },
  { groupId = "org.scalameta", artifactId = "sbt-scalafmt" },
  { groupId = "org.scalameta", artifactId = "scalafmt-core" },
  { groupId = "org.scoverage", artifactId = "sbt-scoverage" }
]

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

dependencyOverrides = [
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "bio.terra", artifactId = "terra-common-lib" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "bio.terra", artifactId = "terra-policy-client" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "ch.epfl.scala", artifactId = "sbt-scalafix" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "ch.qos.logback", artifactId = "logback-classic" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "co.fs2", artifactId = "fs2-reactive-streams" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "com.azure", artifactId = "azure-core-management" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "com.azure", artifactId = "azure-identity" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "com.fasterxml.jackson.core", artifactId = "jackson-core" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "com.google.cloud", artifactId = "google-cloud-nio" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "com.mysql", artifactId = "mysql-connector-j" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "io.sentry", artifactId = "sentry-logback" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "io.swagger.parser.v3", artifactId = "swagger-parser-v3" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.latestbit", artifactId = "sbt-gcs-plugin" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.scala-lang", artifactId = "scala-library" }
  },
  {
    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.scalameta", artifactId = "sbt-scalafmt" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.scalameta", artifactId = "scalafmt-core" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.scoverage", artifactId = "sbt-scoverage" }
  }
]
labels: Scala_Steward, library-update, sbt-plugin-update, test-library-update, early-semver-patch, semver-spec-patch, early-semver-minor, semver-spec-minor, version-scheme:early-semver, old-version-remains, commit-count:n:21

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

The co.fs2:fs2-reactive-streams update is a pretty big one - from 3.6.1 to 3.12.2. That includes the 3.7.0 release which updates cat-effects to 3.5.0, which seems to have some big changes. As far as I can tell, rawls itself is on 2.13.0 (unless cats is different than cats-effect?). Might this update require extra scrutiny?

@calypsomatic
Copy link
Contributor

Created https://broadworkbench.atlassian.net/browse/CTM-119 to deal with failures.

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