Skip to content

chore: Patches/Minor updates#9

Merged
jnicoulaud-ledger merged 13 commits intomainfrom
update/patches_minor
Sep 16, 2025
Merged

chore: Patches/Minor updates#9
jnicoulaud-ledger merged 13 commits intomainfrom
update/patches_minor

Conversation

@ldg-github-ci
Copy link
Collaborator

@ldg-github-ci ldg-github-ci commented Jul 24, 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.

modules/docs/src/docs/contribute/40_dependencies.adoc
CHANGELOG.md
.scala-steward.conf
modules/docs/src/site/assets/css/highlight/nnfx-dark.css
modules/docs/src/site/assets/css/highlight/nnfx-dark.min.css
modules/docs/src/site/assets/css/highlight/nnfx-light.css
modules/docs/src/site/assets/css/highlight/nnfx-light.min.css
project/Dependencies.scala
⚙ 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.github.sbt", artifactId = "sbt-dynver" },
  { groupId = "com.outr", artifactId = "scribe" },
  { groupId = "com.softwaremill.sttp.tapir", artifactId = "tapir-http4s-client" },
  { groupId = "io.circe", artifactId = "circe-core" },
  { groupId = "io.circe", artifactId = "circe-yaml" },
  { groupId = "org.flywaydb", artifactId = "flyway-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.typelevel", artifactId = "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.github.sbt", artifactId = "sbt-dynver" }
  },
  {
    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 = "io.circe", artifactId = "circe-yaml" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.flywaydb", artifactId = "flyway-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.typelevel", artifactId = "cats-effect" }
  }
]
labels: library-update, sbt-plugin-update, test-library-update, early-semver-patch, semver-spec-patch, version-scheme:early-semver, early-semver-minor, semver-spec-minor, old-version-remains, commit-count:n:13

@ldg-github-ci ldg-github-ci force-pushed the update/patches_minor branch 7 times, most recently from 5a0f5bd to cce47df Compare August 1, 2025 00:41
@ldg-github-ci ldg-github-ci force-pushed the update/patches_minor branch 9 times, most recently from 1460d6c to a9b63a7 Compare August 9, 2025 00:28
@ldg-github-ci ldg-github-ci force-pushed the update/patches_minor branch 9 times, most recently from df73c44 to a7334eb Compare August 17, 2025 00:22
@ldg-github-ci ldg-github-ci force-pushed the update/patches_minor branch 5 times, most recently from c4f9968 to f8f747d Compare August 22, 2025 00:27
@ldg-github-ci ldg-github-ci force-pushed the update/patches_minor branch 8 times, most recently from 29bf9d1 to af1fa20 Compare September 10, 2025 00:31
@ldg-github-ci ldg-github-ci force-pushed the update/patches_minor branch 6 times, most recently from 0f25597 to ccb5f81 Compare September 16, 2025 00:32
@jnicoulaud-ledger jnicoulaud-ledger merged commit e3fbb5d into main Sep 16, 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