Skip to content

chore: Patches/Minor updates#227

Open
scala-steward wants to merge 20 commits into
FunktionalIO:mainfrom
scala-steward:update/patches_minor
Open

chore: Patches/Minor updates#227
scala-steward wants to merge 20 commits into
FunktionalIO:mainfrom
scala-steward:update/patches_minor

Conversation

@scala-steward
Copy link
Copy Markdown
Contributor

@scala-steward scala-steward commented Mar 31, 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.dimafeng", artifactId = "testcontainers-scala-jdbc" },
  { 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.http4s", artifactId = "http4s-netty-client" },
  { groupId = "org.postgresql", artifactId = "postgresql" },
  { groupId = "org.scala-lang", artifactId = "scala3-library" },
  { groupId = "org.scala-sbt", artifactId = "sbt" },
  { groupId = "org.scalameta", artifactId = "munit" },
  { groupId = "org.scalameta", artifactId = "munit-scalacheck" },
  { 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.dimafeng", artifactId = "testcontainers-scala-jdbc" }
  },
  {
    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.http4s", artifactId = "http4s-netty-client" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.postgresql", artifactId = "postgresql" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.scala-lang", artifactId = "scala3-library" }
  },
  {
    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 = "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, early-semver-patch, semver-spec-patch, version-scheme:early-semver, early-semver-minor, semver-spec-minor, version-scheme:semver-spec, old-version-remains, commit-count:n:20

@scala-steward scala-steward force-pushed the update/patches_minor branch 4 times, most recently from e55d7c0 to e0e0859 Compare April 14, 2025 20:34
@scala-steward scala-steward force-pushed the update/patches_minor branch 4 times, most recently from 93851fe to d33cedc Compare April 22, 2025 18:11
@scala-steward scala-steward force-pushed the update/patches_minor branch 4 times, most recently from be1e30a to 81c58b5 Compare April 30, 2025 18:29
@scala-steward scala-steward force-pushed the update/patches_minor branch 4 times, most recently from 8f94eac to 8f652f9 Compare May 9, 2025 11:59
@scala-steward scala-steward force-pushed the update/patches_minor branch 4 times, most recently from 6451727 to f7bcf8b Compare May 16, 2025 17:33
@scala-steward scala-steward force-pushed the update/patches_minor branch 4 times, most recently from 9eb2830 to 284582a Compare May 24, 2025 19:53
@scala-steward scala-steward force-pushed the update/patches_minor branch 4 times, most recently from ad9823b to bbca388 Compare June 1, 2025 22:22
@scala-steward scala-steward force-pushed the update/patches_minor branch 5 times, most recently from ca72b23 to 7bc4774 Compare August 18, 2025 18:21
@scala-steward scala-steward force-pushed the update/patches_minor branch 3 times, most recently from 2ea8728 to ac55b84 Compare August 24, 2025 17:12
@codacy-production
Copy link
Copy Markdown

codacy-production Bot commented Apr 1, 2026

Up to standards ✅

🟢 Issues 0 issues

Results:
0 new issues

View in Codacy

NEW Get contextual insights on your PRs based on Codacy's metrics, along with PR and Jira context, without leaving GitHub. Enable AI reviewer
TIP This summary will be updated as you push new changes.

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