squants icon indicating copy to clipboard operation
squants copied to clipboard

Update sbt-typelevel-ci-release to 0.8.0

Open typelevel-steward[bot] opened this issue 6 months ago • 2 comments

About this PR

📦 Updates org.typelevel:sbt-typelevel-ci-release from 0.4.17 to 0.8.0

📜 GitHub Release Notes - Version Diff

Usage

Please merge!

I'll automatically update this PR to resolve conflicts as long as you don't change it yourself.

If you'd like to skip this version, you can just close this PR. 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!

⚙ Adjust future updates

Add this to your .scala-steward.conf file to ignore future updates of this dependency:

updates.ignore = [ { groupId = "org.typelevel", artifactId = "sbt-typelevel-ci-release" } ]

Or, add this to slow down future updates of this dependency:

dependencyOverrides = [{
  pullRequests = { frequency = "30 days" },
  dependency = { groupId = "org.typelevel", artifactId = "sbt-typelevel-ci-release" }
}]
labels: sbt-plugin-update, early-semver-major, semver-spec-minor, version-scheme:early-semver, commit-count:1

typelevel-steward[bot] avatar Jun 03 '25 15:06 typelevel-steward[bot]

A maintainer should look at those deprecations, but I think the build chores are addressed.

rossabaker avatar Jun 06 '25 21:06 rossabaker

Superseded by

  • #660

typelevel-steward[bot] avatar Oct 01 '25 20:10 typelevel-steward[bot]