Skip to content

Minor/major updates#18

Merged
ThatScalaGuy merged 12 commits intoThatScalaGuy:mainfrom
scala-steward:update/minor_major
Jun 23, 2025
Merged

Minor/major updates#18
ThatScalaGuy merged 12 commits intoThatScalaGuy:mainfrom
scala-steward:update/minor_major

Conversation

@scala-steward
Copy link
Copy Markdown
Contributor

@scala-steward scala-steward commented Apr 8, 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.

build.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-munit" },
  { groupId = "org.scala-js", artifactId = "sbt-scalajs" },
  { groupId = "org.scala-sbt", artifactId = "sbt" },
  { groupId = "org.scalameta", artifactId = "munit" },
  { groupId = "org.scalameta", artifactId = "sbt-mdoc" },
  { groupId = "org.scalameta", artifactId = "scalafmt-core" },
  { groupId = "org.typelevel", artifactId = "cats-core" },
  { groupId = "org.typelevel", artifactId = "cats-effect" },
  { groupId = "org.typelevel", artifactId = "munit-cats-effect" },
  { groupId = "org.typelevel", artifactId = "sbt-typelevel" },
  { groupId = "org.typelevel", artifactId = "sbt-typelevel-scalafix" },
  { groupId = "org.typelevel", artifactId = "sbt-typelevel-site" }
]

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

dependencyOverrides = [
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "com.dimafeng", artifactId = "testcontainers-scala-munit" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.scala-js", artifactId = "sbt-scalajs" }
  },
  {
    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-mdoc" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.scalameta", artifactId = "scalafmt-core" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.typelevel", artifactId = "cats-core" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.typelevel", artifactId = "cats-effect" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.typelevel", artifactId = "munit-cats-effect" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.typelevel", artifactId = "sbt-typelevel" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.typelevel", artifactId = "sbt-typelevel-scalafix" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.typelevel", artifactId = "sbt-typelevel-site" }
  }
]
labels: test-library-update, sbt-plugin-update, library-update, early-semver-minor, semver-spec-patch, semver-spec-minor, version-scheme:early-semver, old-version-remains, commit-count:n:12

@ThatScalaGuy ThatScalaGuy merged commit a1eac7b into ThatScalaGuy:main Jun 23, 2025
6 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