Skip to content

Conversation

@scala-steward
Copy link
Contributor

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

.git-blame-ignore-revs
⚙ Adjust future updates

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

updates.ignore = [
  { groupId = "dev.zio", artifactId = "zio" },
  { groupId = "io.7mind.izumi", artifactId = "distage-core" },
  { groupId = "org.graalvm.buildtools", artifactId = "graalvm-reachability-metadata" },
  { groupId = "org.http4s", artifactId = "http4s-circe" },
  { groupId = "org.scala-sbt", artifactId = "sbt" },
  { groupId = "org.scalacheck", artifactId = "scalacheck" },
  { groupId = "org.scalameta", artifactId = "scalafmt-core" },
  { groupId = "org.tpolecat", artifactId = "doobie-core" }
]

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

dependencyOverrides = [
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "dev.zio", artifactId = "zio" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "io.7mind.izumi", artifactId = "distage-core" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.graalvm.buildtools", artifactId = "graalvm-reachability-metadata" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.http4s", artifactId = "http4s-circe" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.scala-sbt", artifactId = "sbt" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.scalacheck", artifactId = "scalacheck" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.scalameta", artifactId = "scalafmt-core" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.tpolecat", artifactId = "doobie-core" }
  }
]
labels: library-update, test-library-update, early-semver-patch, semver-spec-patch, early-semver-major, semver-spec-minor, early-semver-minor, version-scheme:early-semver, early-semver-pre-release, semver-spec-pre-release, old-version-remains, commit-count:n:8

@scala-steward scala-steward requested a review from neko-kai as a code owner July 7, 2025 12:43
@scala-steward scala-steward force-pushed the update/all branch 5 times, most recently from e132816 to 3fc8c1e Compare August 18, 2025 13:13
@scala-steward scala-steward force-pushed the update/all branch 4 times, most recently from cd643e1 to 78c915e Compare August 26, 2025 13:12
@scala-steward scala-steward force-pushed the update/all branch 5 times, most recently from 341b2d9 to 8de75c2 Compare September 3, 2025 12:55
@scala-steward scala-steward force-pushed the update/all branch 5 times, most recently from e290aca to 405eae0 Compare September 11, 2025 15:52
@scala-steward scala-steward force-pushed the update/all branch 4 times, most recently from a2caad7 to b29d0a2 Compare September 19, 2025 13:06
@neko-kai neko-kai enabled auto-merge (squash) September 24, 2025 15:54
@neko-kai neko-kai merged commit d25dcbc into 7mind:develop Sep 24, 2025
2 checks passed
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.

2 participants