Skip to content

chore: Patches/Minor updates#10

Merged
ahoy-jon merged 10 commits into
mainfrom
update/patches_minor
Oct 28, 2025
Merged

chore: Patches/Minor updates#10
ahoy-jon merged 10 commits into
mainfrom
update/patches_minor

Conversation

@ldg-github-ci
Copy link
Copy Markdown
Collaborator

@ldg-github-ci ldg-github-ci commented Sep 17, 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
modules/docs/src/docs/contribute/40_dependencies.adoc
project/plugins.sbt
⚙ Adjust future updates

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

updates.ignore = [
  { groupId = "com.dimafeng", artifactId = "testcontainers-scala-jdbc" },
  { groupId = "com.outr", artifactId = "scribe" },
  { groupId = "com.softwaremill.sttp.tapir", artifactId = "tapir-http4s-client" },
  { groupId = "io.circe", artifactId = "circe-core" },
  { 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.typelevel", artifactId = "otel4s-sdk" }
]

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

dependencyOverrides = [
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "com.dimafeng", artifactId = "testcontainers-scala-jdbc" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "com.outr", artifactId = "scribe" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "com.softwaremill.sttp.tapir", artifactId = "tapir-http4s-client" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "io.circe", artifactId = "circe-core" }
  },
  {
    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.typelevel", artifactId = "otel4s-sdk" }
  }
]
labels: library-update, test-library-update, early-semver-minor, semver-spec-patch, semver-spec-minor, early-semver-patch, version-scheme:early-semver, old-version-remains, commit-count:n:10

@ldg-github-ci ldg-github-ci force-pushed the update/patches_minor branch 8 times, most recently from 7a98c14 to 905fdbd Compare September 25, 2025 00:38
@ldg-github-ci ldg-github-ci force-pushed the update/patches_minor branch 6 times, most recently from 8e2fca2 to 75e214a Compare October 2, 2025 00:38
@ldg-github-ci ldg-github-ci force-pushed the update/patches_minor branch 8 times, most recently from e4f176c to e7fcc5d Compare October 10, 2025 00:36
@ldg-github-ci ldg-github-ci force-pushed the update/patches_minor branch 8 times, most recently from 64e783e to d6c6e40 Compare October 18, 2025 00:30
@ldg-github-ci ldg-github-ci force-pushed the update/patches_minor branch 9 times, most recently from f3a2eb3 to 443a864 Compare October 26, 2025 00:21
@ahoy-jon ahoy-jon merged commit fa2c722 into main Oct 28, 2025
9 of 10 checks passed
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