Closed scala-steward closed 1 year ago
Merging #1003 (67bc6e8) into master (72da3de) will decrease coverage by
0.04%
. The diff coverage isn/a
.
:exclamation: Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more.
@@ Coverage Diff @@
## master #1003 +/- ##
==========================================
- Coverage 91.93% 91.90% -0.04%
==========================================
Files 90 90
Lines 9377 9377
Branches 2199 2199
==========================================
- Hits 8621 8618 -3
- Misses 756 759 +3
About this PR
📦 Updates org.scala-sbt:sbt from
1.9.0
to1.9.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 = "org.scala-sbt", artifactId = "sbt" } ] ``` Or, add this to slow down future updates of this dependency: ``` dependencyOverrides = [{ pullRequests = { frequency = "30 days" }, dependency = { groupId = "org.scala-sbt", artifactId = "sbt" } }] ```labels: library-update, early-semver-patch, semver-spec-patch, version-scheme:early-semver, commit-count:1