Skip to content

Dependency Updates#590

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

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

Conversation

@alejandrohdezma-steward

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
README.md
build.sbt
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-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.scala-sbt", artifactId = "scripted-plugin" },
  { groupId = "org.scalameta", artifactId = "munit" },
  { groupId = "org.scalameta", artifactId = "sbt-mdoc" },
  { groupId = "org.scalameta", artifactId = "sbt-scalafmt" },
  { groupId = "org.typelevel", artifactId = "jawn-parser" },
  { 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-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.scala-sbt", artifactId = "scripted-plugin" }
  },
  {
    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 = "jawn-parser" }
  },
  {
    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-minor, version-scheme:early-semver, early-semver-patch, old-version-remains, commit-count:n:14

@github-actions github-actions Bot enabled auto-merge July 1, 2026 08:58
@github-actions github-actions Bot added 📈 dependency-update Dependency update (possibly bot-automated) ⚖️ S Size of PR between 50 and 100 lines labels Jul 1, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants