Closed scala-steward closed 2 years ago
Merging #509 (48d0dc7) into develop (4d2074b) will not change coverage. The diff coverage is
n/a
.
@@ Coverage Diff @@
## develop #509 +/- ##
========================================
Coverage 48.67% 48.67%
========================================
Files 77 77
Lines 2069 2069
Branches 46 46
========================================
Hits 1007 1007
Misses 1062 1062
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.
Updates
ch.qos.logback:logback-core
from 1.2.11 to 1.4.1.
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.qos.logback" } ] ``` Or, add this to slow down future updates of this dependency: ``` dependencyOverrides = [{ pullRequests = { frequency = "@monthly" }, dependency = { groupId = "ch.qos.logback" } }] ```labels: library-update, early-semver-minor, semver-spec-minor, commit-count:1