Skip to content

Dependency Updates#571

Open
alejandrohdezma-steward[bot] wants to merge 14 commits into
mainfrom
update/all
Open

Dependency Updates#571
alejandrohdezma-steward[bot] wants to merge 14 commits into
mainfrom
update/all

Conversation

@alejandrohdezma-steward

@alejandrohdezma-steward alejandrohdezma-steward Bot commented Feb 15, 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
modules/sbt-github-header/src/sbt-test/sbt-github-header/create-apache-headers-with-downloaded-info/project/build.properties
modules/sbt-github-header/src/sbt-test/sbt-github-header/fail-if-no-license/project/build.properties
modules/sbt-github-header/src/sbt-test/sbt-github-header/fail-if-no-year-range/project/build.properties
modules/sbt-github-header/src/sbt-test/sbt-github-header/fail-if-unable-to-infer-license/project/build.properties
modules/sbt-github-header/src/sbt-test/sbt-github-header/use-organization-name-and-homepage-as-copyright-owner/project/build.properties
modules/sbt-github-header/src/sbt-test/sbt-github-header/use-organization-name-as-copyright-owner/project/build.properties
modules/sbt-github-mdoc/src/sbt-test/sbt-github-mdoc/name-taken-from-display-name/project/build.properties
modules/sbt-github-mdoc/src/sbt-test/sbt-github-mdoc/remove-version-timestamp/project/build.properties
modules/sbt-github-mdoc/src/sbt-test/sbt-github-mdoc/simple/project/build.properties
modules/sbt-github/src/sbt-test/sbt-github/enable-github/project/build.properties
modules/sbt-github/src/sbt-test/sbt-github/excluded-contributors/project/build.properties
modules/sbt-github/src/sbt-test/sbt-github/extra-collaborators/project/build.properties
modules/sbt-github/src/sbt-test/sbt-github/not-use-owner/project/build.properties
modules/sbt-github/src/sbt-test/sbt-github/override-organization/project/build.properties
modules/sbt-github/src/sbt-test/sbt-github/simple/project/build.properties
project/build.properties
⚙ 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-modules" },
  { groupId = "com.alejandrohdezma", artifactId = "sbt-scalafix-defaults" },
  { groupId = "com.alejandrohdezma", artifactId = "sbt-scalafmt-defaults" },
  { groupId = "org.http4s", artifactId = "http4s-dsl" },
  { groupId = "org.scala-sbt", artifactId = "sbt" },
  { groupId = "org.scalameta", artifactId = "munit" },
  { groupId = "org.scalameta", artifactId = "sbt-mdoc" },
  { groupId = "org.scalameta", artifactId = "sbt-scalafmt" },
  { groupId = "org.typelevel", artifactId = "sbt-tpolecat" }
]

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-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 = "org.http4s", artifactId = "http4s-dsl" }
  },
  {
    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 = "sbt-mdoc" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.scalameta", artifactId = "sbt-scalafmt" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.typelevel", artifactId = "sbt-tpolecat" }
  }
]
labels: sbt-plugin-update, test-library-update, library-update, early-semver-minor, semver-spec-patch, early-semver-major, semver-spec-major, version-scheme:early-semver, semver-spec-minor, early-semver-patch, old-version-remains, commit-count:n:14

@github-actions github-actions Bot enabled auto-merge February 15, 2026 06:02
@github-actions github-actions Bot added 📈 dependency-update Dependency update (possibly bot-automated) ⚖️ S Size of PR between 50 and 100 lines labels Feb 15, 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
@alejandrohdezma-steward alejandrohdezma-steward Bot force-pushed the update/all branch 2 times, most recently from 21c6ff6 to 09c3aef Compare May 1, 2026 07:30
@alejandrohdezma-steward alejandrohdezma-steward Bot force-pushed the update/all branch 2 times, most recently from 60598cb to 954ab2e Compare June 1, 2026 10:28
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