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.

project/Dependencies.scala
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 = "munit" },
  { 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 = "munit" }
  },
  {
    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:8

@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 6 times, most recently from 194de0e to 0e5b312 Compare January 17, 2026 00:36
@ldg-github-ci ldg-github-ci force-pushed the update/patches_minor branch 2 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 7 times, most recently from 95b6494 to 9d13a48 Compare January 28, 2026 00:48
@ledgerhq-scala-steward ledgerhq-scala-steward bot force-pushed the update/patches_minor branch 3 times, most recently from 54dcc87 to 8293cb6 Compare January 30, 2026 00:45
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