Closed scala-steward-bot closed 1 month ago
📦 Updates com.github.xuwei-k:warning-diff-scalafix-plugin from 0.4.0 to 0.4.1
0.4.0
0.4.1
📜 GitHub Release Notes - Version Diff
✅ 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.
.scala-steward.conf
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
labels: sbt-plugin-update, early-semver-minor, semver-spec-patch, old-version-remains, commit-count:1
About this PR
📦 Updates com.github.xuwei-k:warning-diff-scalafix-plugin from
0.4.0
to0.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.
âš™ 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