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.postgresql", artifactId = "postgresql" },
  { 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.postgresql", artifactId = "postgresql" }
  },
  {
    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:7

@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 8 times, most recently from 951e060 to 6a56646 Compare January 11, 2026 00:25
@ldg-github-ci ldg-github-ci force-pushed the update/patches_minor branch 7 times, most recently from dc3b83a to 682f762 Compare January 19, 2026 00:26
@ldg-github-ci ldg-github-ci force-pushed the update/patches_minor branch 2 times, most recently from e248971 to 5354d8d Compare January 21, 2026 00:40
@ledgerhq-scala-steward ledgerhq-scala-steward bot force-pushed the update/patches_minor branch 4 times, most recently from 5c8a6fa to 4bf326c Compare January 23, 2026 13:33
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