Skip to content

Conversation

@ldg-github-ci
Copy link
Collaborator

@ldg-github-ci ldg-github-ci commented Oct 29, 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.

CHANGELOG.md
⚙ Adjust future updates

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

updates.ignore = [
  { groupId = "com.softwaremill.sttp.tapir", artifactId = "tapir-http4s-client" },
  { groupId = "org.flywaydb", artifactId = "flyway-core" },
  { groupId = "org.http4s", artifactId = "http4s-core" },
  { groupId = "org.scala-sbt", artifactId = "sbt" },
  { groupId = "org.scalameta", artifactId = "sbt-scalafmt" },
  { groupId = "org.scalameta", artifactId = "scalafmt-core" }
]

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

dependencyOverrides = [
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "com.softwaremill.sttp.tapir", artifactId = "tapir-http4s-client" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.flywaydb", artifactId = "flyway-core" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.http4s", artifactId = "http4s-core" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.scala-sbt", artifactId = "sbt" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.scalameta", artifactId = "sbt-scalafmt" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.scalameta", artifactId = "scalafmt-core" }
  }
]
labels: library-update, test-library-update, sbt-plugin-update, early-semver-minor, semver-spec-minor, semver-spec-patch, version-scheme:early-semver, early-semver-patch, old-version-remains, commit-count:n:6

@ldg-github-ci ldg-github-ci force-pushed the update/patches_minor branch 8 times, most recently from 3a88df7 to abfc901 Compare November 6, 2025 00:44
@ldg-github-ci ldg-github-ci force-pushed the update/patches_minor branch 7 times, most recently from 0434625 to f74aa22 Compare November 14, 2025 00:42
@ldg-github-ci ldg-github-ci force-pushed the update/patches_minor branch 8 times, most recently from 1cc0a72 to 08e8706 Compare November 22, 2025 00:28
@ldg-github-ci ldg-github-ci force-pushed the update/patches_minor branch 7 times, most recently from 5d37240 to f909c2b Compare November 27, 2025 01:42
@ldg-github-ci ldg-github-ci force-pushed the update/patches_minor branch 7 times, most recently from c89d27b to e69c705 Compare December 26, 2025 00:21
@ldg-github-ci ldg-github-ci force-pushed the update/patches_minor branch 7 times, most recently from 308cbd9 to 60de479 Compare January 2, 2026 00:22
@ldg-github-ci ldg-github-ci force-pushed the update/patches_minor branch 8 times, most recently from d69f002 to d6f24e3 Compare January 9, 2026 00:40
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