xuwei-k / sbt-warning-diff

show added/removed warnings in CI
MIT License
6 stars 2 forks source link

Update warning-diff-scalafix-plugin to 0.4.1 #99

Closed scala-steward-bot closed 1 month ago

scala-steward-bot commented 1 month ago

About this PR

📦 Updates com.github.xuwei-k:warning-diff-scalafix-plugin from 0.4.0 to 0.4.1

📜 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!

The following files still refer to the old version number (0.4.0). You might want to review and update them manually.

scalafix/src/sbt-test/t1/2_12/build.sbt
scalafix/src/sbt-test/t1/t1/build.sbt
âš™ Adjust future updates Add this to your `.scala-steward.conf` file to ignore future updates of this dependency: ``` updates.ignore = [ { groupId = "com.github.xuwei-k", artifactId = "warning-diff-scalafix-plugin" } ] ``` Or, add this to slow down future updates of this dependency: ``` dependencyOverrides = [{ pullRequests = { frequency = "30 days" }, dependency = { groupId = "com.github.xuwei-k", artifactId = "warning-diff-scalafix-plugin" } }] ```

labels: sbt-plugin-update, early-semver-minor, semver-spec-patch, old-version-remains, commit-count:1