Closed scala-steward closed 1 year ago
📦 Updates com.goyeau:mill-scalafix from 0.2.11 to 0.3.1
0.2.11
0.3.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!
labels: library-update, early-semver-major, semver-spec-minor, commit-count:1
Superseded by https://github.com/joan38/kubernetes-client/commit/533ffabc8b43edb3691b8aea1b7d146b65612b2d
About this PR
📦 Updates com.goyeau:mill-scalafix from
0.2.11
to0.3.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!
âš™ Adjust future updates
Add this to your `.scala-steward.conf` file to ignore future updates of this dependency: ``` updates.ignore = [ { groupId = "com.goyeau", artifactId = "mill-scalafix" } ] ``` Or, add this to slow down future updates of this dependency: ``` dependencyOverrides = [{ pullRequests = { frequency = "30 days" }, dependency = { groupId = "com.goyeau", artifactId = "mill-scalafix" } }] ```labels: library-update, early-semver-major, semver-spec-minor, commit-count:1