Skip to content

chore: Patches/Minor updates#14

Open
ldg-github-ci wants to merge 16 commits into
mainfrom
update/patches_minor
Open

chore: Patches/Minor updates#14
ldg-github-ci wants to merge 16 commits into
mainfrom
update/patches_minor

Conversation

@ldg-github-ci

@ldg-github-ci ldg-github-ci commented Oct 29, 2025

Copy link
Copy Markdown
Collaborator

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
project/Dependencies.scala
.scala-steward.conf
project/plugins.sbt
⚙ Adjust future updates

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

updates.ignore = [
  { groupId = "co.fs2", artifactId = "fs2-core" },
  { groupId = "com.comcast", artifactId = "ip4s-core" },
  { groupId = "com.monovore", artifactId = "decline" },
  { 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.scalameta", artifactId = "munit-scalacheck" },
  { groupId = "org.scalameta", artifactId = "sbt-scalafmt" },
  { groupId = "org.scalameta", artifactId = "scalafmt-core" },
  { groupId = "org.typelevel", artifactId = "cats-effect" },
  { groupId = "org.typelevel", artifactId = "munit-cats-effect" }
]

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

dependencyOverrides = [
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "co.fs2", artifactId = "fs2-core" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "com.comcast", artifactId = "ip4s-core" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "com.monovore", artifactId = "decline" }
  },
  {
    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.scalameta", artifactId = "munit-scalacheck" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.scalameta", artifactId = "sbt-scalafmt" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.scalameta", artifactId = "scalafmt-core" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.typelevel", artifactId = "cats-effect" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.typelevel", artifactId = "munit-cats-effect" }
  }
]
labels: library-update, test-library-update, sbt-plugin-update, early-semver-minor, semver-spec-minor, version-scheme:early-semver, semver-spec-patch, early-semver-patch, old-version-remains, commit-count:n:16

@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 96134da to 3b00863 Compare December 31, 2025 00:34
@ldg-github-ci
ldg-github-ci force-pushed the update/patches_minor branch 7 times, most recently from 234e3f2 to e9156ce Compare January 7, 2026 00:44
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.

1 participant