Skip to content

Dependency Updates#116

Open
permutive-steward[bot] wants to merge 28 commits into
mainfrom
update/all
Open

Dependency Updates#116
permutive-steward[bot] wants to merge 28 commits into
mainfrom
update/all

Conversation

@permutive-steward

@permutive-steward permutive-steward Bot commented Mar 1, 2026

Copy link
Copy Markdown
Contributor

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.

website/yarn.lock
project/plugins.sbt
website/static/img/logo.svg
project/Dependencies.scala
website/package.json
⚙ Adjust future updates

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

updates.ignore = [
  { groupId = "ch.epfl.scala", artifactId = "sbt-scalafix" },
  { groupId = "com.alejandrohdezma", artifactId = "sbt-ci" },
  { groupId = "com.alejandrohdezma", artifactId = "sbt-fix" },
  { groupId = "com.alejandrohdezma", artifactId = "sbt-github-header" },
  { groupId = "com.alejandrohdezma", artifactId = "sbt-github-mdoc" },
  { groupId = "com.alejandrohdezma", artifactId = "sbt-mdoc-toc" },
  { groupId = "com.alejandrohdezma", artifactId = "sbt-modules" },
  { groupId = "com.alejandrohdezma", artifactId = "sbt-scalafix-defaults" },
  { groupId = "com.alejandrohdezma", artifactId = "sbt-scalafmt-defaults" },
  { groupId = "com.thoughtworks.sbt-api-mappings", artifactId = "sbt-api-mappings" },
  { groupId = "io.prometheus", artifactId = "prometheus-metrics-core" },
  { groupId = "io.prometheus", artifactId = "prometheus-metrics-exporter-httpserver" },
  { groupId = "io.prometheus", artifactId = "prometheus-metrics-instrumentation-jvm" },
  { groupId = "org.scala-lang", artifactId = "scala3-compiler" },
  { groupId = "org.scala-sbt", artifactId = "sbt" },
  { groupId = "org.scalameta", artifactId = "munit" },
  { groupId = "org.scalameta", artifactId = "munit-scalacheck" },
  { groupId = "org.scalameta", artifactId = "sbt-mdoc" },
  { groupId = "org.scalameta", artifactId = "sbt-scalafmt" },
  { groupId = "org.typelevel", artifactId = "cats-effect" },
  { groupId = "org.typelevel", artifactId = "cats-effect-kernel" },
  { groupId = "org.typelevel", artifactId = "cats-effect-std" },
  { groupId = "org.typelevel", artifactId = "cats-effect-testkit" },
  { groupId = "org.typelevel", artifactId = "munit-cats-effect" },
  { groupId = "org.typelevel", artifactId = "sbt-tpolecat" },
  { groupId = "org.typelevel", artifactId = "scalacheck-effect" }
]

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

dependencyOverrides = [
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "ch.epfl.scala", artifactId = "sbt-scalafix" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "com.alejandrohdezma", artifactId = "sbt-ci" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "com.alejandrohdezma", artifactId = "sbt-fix" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "com.alejandrohdezma", artifactId = "sbt-github-header" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "com.alejandrohdezma", artifactId = "sbt-github-mdoc" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "com.alejandrohdezma", artifactId = "sbt-mdoc-toc" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "com.alejandrohdezma", artifactId = "sbt-modules" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "com.alejandrohdezma", artifactId = "sbt-scalafix-defaults" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "com.alejandrohdezma", artifactId = "sbt-scalafmt-defaults" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "com.thoughtworks.sbt-api-mappings", artifactId = "sbt-api-mappings" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "io.prometheus", artifactId = "prometheus-metrics-core" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "io.prometheus", artifactId = "prometheus-metrics-exporter-httpserver" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "io.prometheus", artifactId = "prometheus-metrics-instrumentation-jvm" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.scala-lang", artifactId = "scala3-compiler" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.scala-sbt", artifactId = "sbt" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.scalameta", artifactId = "munit" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.scalameta", artifactId = "munit-scalacheck" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.scalameta", artifactId = "sbt-mdoc" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.scalameta", artifactId = "sbt-scalafmt" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.typelevel", artifactId = "cats-effect" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.typelevel", artifactId = "cats-effect-kernel" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.typelevel", artifactId = "cats-effect-std" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.typelevel", artifactId = "cats-effect-testkit" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.typelevel", artifactId = "munit-cats-effect" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.typelevel", artifactId = "sbt-tpolecat" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.typelevel", artifactId = "scalacheck-effect" }
  }
]
labels: sbt-plugin-update, library-update, early-semver-minor, semver-spec-patch, early-semver-major, semver-spec-minor, version-scheme:early-semver, semver-spec-major, early-semver-patch, version-scheme:semver-spec, old-version-remains, commit-count:n:28

@permutive-steward permutive-steward Bot requested a review from a team as a code owner March 1, 2026 05:30
@github-actions github-actions Bot enabled auto-merge March 1, 2026 05:30
@github-actions github-actions Bot added 📈 dependency-update Dependency update (possibly bot-automated) ⚖️ S Size of PR between 50 and 100 lines labels Mar 1, 2026
@github-actions github-actions Bot added ⚖️ M Size of PR between 100 and 500 lines and removed ⚖️ S Size of PR between 50 and 100 lines labels Apr 15, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

⚖️ M Size of PR between 100 and 500 lines 📈 dependency-update Dependency update (possibly bot-automated)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants