scapegoat
scapegoat copied to clipboard
Update semanticdb-scalac to 4.9.7
About this PR
📦 Updates org.scalameta:semanticdb-scalac from 4.9.6 to 4.9.7
📜 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.scalameta", artifactId = "semanticdb-scalac" } ]
Or, add this to slow down future updates of this dependency:
dependencyOverrides = [{
pullRequests = { frequency = "30 days" },
dependency = { groupId = "org.scalameta", artifactId = "semanticdb-scalac" }
}]
Codecov Report
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 88.05%. Comparing base (
fa90063) to head (85cae74). Report is 22 commits behind head on master.
:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.
Additional details and impacted files
@@ Coverage Diff @@
## master #849 +/- ##
==========================================
- Coverage 88.08% 88.05% -0.04%
==========================================
Files 142 142
Lines 1578 1582 +4
Branches 278 280 +2
==========================================
+ Hits 1390 1393 +3
- Misses 188 189 +1
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Superseded by #855.