Skip to content

Dependency updates#607

Open
scala-steward wants to merge 12 commits into
7mind:developfrom
scala-steward:update/all
Open

Dependency updates#607
scala-steward wants to merge 12 commits into
7mind:developfrom
scala-steward:update/all

Conversation

@scala-steward
Copy link
Copy Markdown
Contributor

@scala-steward scala-steward commented Apr 11, 2026

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.

deps.lock.json
docs/archive/typer-rewrite/tasks.md
sbtgen/Deps.scala
docs/drafts/20260514-mcp-http4s-bridge-plan.md
⚙ Adjust future updates

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

updates.ignore = [
  { groupId = "com.networknt", artifactId = "json-schema-validator" },
  { groupId = "com.typesafe", artifactId = "config" },
  { groupId = "io.7mind.izumi", artifactId = "fundamentals-bio" },
  { groupId = "io.7mind.izumi.sbt", artifactId = "sbt-izumi" },
  { groupId = "io.7mind.izumi.sbt", artifactId = "sbtgen" },
  { groupId = "io.circe", artifactId = "circe-generic" },
  { groupId = "org.asynchttpclient", artifactId = "async-http-client" },
  { groupId = "org.http4s", artifactId = "http4s-circe" },
  { groupId = "org.scala-sbt", artifactId = "sbt" },
  { groupId = "org.scalameta", artifactId = "scalameta" },
  { groupId = "org.scalatest", artifactId = "scalatest" },
  { groupId = "org.scodec", artifactId = "scodec-bits" }
]

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

dependencyOverrides = [
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "com.networknt", artifactId = "json-schema-validator" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "com.typesafe", artifactId = "config" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "io.7mind.izumi", artifactId = "fundamentals-bio" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "io.7mind.izumi.sbt", artifactId = "sbt-izumi" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "io.7mind.izumi.sbt", artifactId = "sbtgen" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "io.circe", artifactId = "circe-generic" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.asynchttpclient", artifactId = "async-http-client" }
  },
  {
    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.scalameta", artifactId = "scalameta" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.scalatest", artifactId = "scalatest" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.scodec", artifactId = "scodec-bits" }
  }
]
labels: test-library-update, library-update, sbt-plugin-update, early-semver-major, semver-spec-major, early-semver-patch, semver-spec-patch, early-semver-pre-release, semver-spec-pre-release, early-semver-minor, version-scheme:early-semver, version-scheme:semver-spec, semver-spec-minor, old-version-remains, commit-count:n:12

@scala-steward scala-steward requested a review from neko-kai as a code owner April 11, 2026 13:00
@scala-steward scala-steward force-pushed the update/all branch 4 times, most recently from 17dbe1c to eafbf68 Compare May 17, 2026 13:06
@scala-steward scala-steward force-pushed the update/all branch 4 times, most recently from d2a03e6 to 3dc7ed9 Compare May 23, 2026 13:31
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