Update sbt-buildinfo to 0.12.0
About this PR
📦 Updates com.eed3si9n:sbt-buildinfo from 0.11.0 to 0.12.0
📜 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!
🔍 Files still referring to the old version number
The following files still refer to the old version number (0.11.0). You might want to review and update them manually.
frontend/yarn.lock
⚙ Adjust future updates
Add this to your .scala-steward.conf file to ignore future updates of this dependency:
updates.ignore = [ { groupId = "com.eed3si9n", artifactId = "sbt-buildinfo" } ]
Or, add this to slow down future updates of this dependency:
dependencyOverrides = [{
pullRequests = { frequency = "30 days" },
dependency = { groupId = "com.eed3si9n", artifactId = "sbt-buildinfo" }
}]
Codecov Report
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 13.79%. Comparing base (
9700bd0) to head (03047ea). Report is 10 commits behind head on develop.
Additional details and impacted files
@@ Coverage Diff @@
## develop #1564 +/- ##
========================================
Coverage 13.79% 13.79%
========================================
Files 8 8
Lines 29 29
Branches 1 1
========================================
Hits 4 4
Misses 25 25
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Superseded by #1595.