Open scala-steward opened 4 months ago
📦 Updates ch.epfl.scala:sbt-bloop from 1.4.6-21-464e4ec4 to 1.6.0
1.4.6-21-464e4ec4
1.6.0
📜 GitHub Release Notes
✅ 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: sbt-plugin-update, early-semver-minor, semver-spec-minor, commit-count:1
About this PR
📦 Updates ch.epfl.scala:sbt-bloop from
1.4.6-21-464e4ec4
to1.6.0
📜 GitHub Release Notes
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 = "ch.epfl.scala", artifactId = "sbt-bloop" } ] ``` Or, add this to slow down future updates of this dependency: ``` dependencyOverrides = [{ pullRequests = { frequency = "30 days" }, dependency = { groupId = "ch.epfl.scala", artifactId = "sbt-bloop" } }] ```labels: sbt-plugin-update, early-semver-minor, semver-spec-minor, commit-count:1