Skip to content

Conversation

@scala-steward
Copy link
Contributor

@scala-steward scala-steward commented Sep 27, 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.

.scalafmt.conf
project/Versions.scala
⚙ Adjust future updates

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

updates.ignore = [
  { groupId = "com.github.docker-java", artifactId = "docker-java-core" },
  { groupId = "com.github.sbt", artifactId = "sbt-ghpages" },
  { groupId = "com.github.sbt", artifactId = "sbt-unidoc" },
  { groupId = "dev.zio", artifactId = "izumi-reflect" },
  { groupId = "dev.zio", artifactId = "zio" },
  { groupId = "dev.zio", artifactId = "zio-interop-cats" },
  { groupId = "io.circe", artifactId = "circe-core" },
  { groupId = "io.github.classgraph", artifactId = "classgraph" },
  { groupId = "net.bytebuddy", artifactId = "byte-buddy" },
  { groupId = "org.scala-js", artifactId = "sbt-scalajs" },
  { groupId = "org.scala-lang.modules", artifactId = "scala-collection-compat" },
  { groupId = "org.scala-sbt", artifactId = "sbt" },
  { groupId = "org.scalameta", artifactId = "sbt-mdoc" },
  { groupId = "org.scalamock", artifactId = "scalamock" },
  { groupId = "org.typelevel", artifactId = "kind-projector" }
]

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

dependencyOverrides = [
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "com.github.docker-java", artifactId = "docker-java-core" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "com.github.sbt", artifactId = "sbt-ghpages" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "com.github.sbt", artifactId = "sbt-unidoc" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "dev.zio", artifactId = "izumi-reflect" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "dev.zio", artifactId = "zio" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "dev.zio", artifactId = "zio-interop-cats" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "io.circe", artifactId = "circe-core" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "io.github.classgraph", artifactId = "classgraph" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "net.bytebuddy", artifactId = "byte-buddy" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.scala-js", artifactId = "sbt-scalajs" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.scala-lang.modules", artifactId = "scala-collection-compat" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.scala-sbt", artifactId = "sbt" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.scalameta", artifactId = "sbt-mdoc" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.scalamock", artifactId = "scalamock" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.typelevel", artifactId = "kind-projector" }
  }
]
labels: library-update, sbt-plugin-update, test-library-update, early-semver-minor, semver-spec-minor, early-semver-major, semver-spec-patch, early-semver-patch, version-scheme:early-semver, version-scheme:semver-spec, version-scheme:strict, old-version-remains, commit-count:n:15

@scala-steward scala-steward force-pushed the update/all branch 3 times, most recently from 65de844 to 75885e3 Compare November 30, 2025 14:46
@scala-steward scala-steward force-pushed the update/all branch 5 times, most recently from c82bbac to f44e17c Compare December 10, 2025 14:33
@scala-steward scala-steward force-pushed the update/all branch 5 times, most recently from df9a309 to d88a527 Compare December 18, 2025 15:04
@scala-steward scala-steward force-pushed the update/all branch 6 times, most recently from b3857f1 to d9764e5 Compare December 26, 2025 14:48
@scala-steward scala-steward force-pushed the update/all branch 4 times, most recently from 88c8b3b to e3327f3 Compare January 3, 2026 14:35
@scala-steward scala-steward force-pushed the update/all branch 4 times, most recently from 19caddf to 390ac43 Compare January 9, 2026 14:15
@scala-steward scala-steward force-pushed the update/all branch 2 times, most recently from ce0b1a4 to c577958 Compare January 13, 2026 13:53
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