scapegoat icon indicating copy to clipboard operation
scapegoat copied to clipboard

Update semanticdb-scalac to 4.9.7

Open scala-steward opened this issue 1 year ago • 1 comments

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" }
}]
labels: library-update, early-semver-patch, semver-spec-patch, version-scheme:semver-spec, commit-count:1

scala-steward avatar Jun 25 '24 03:06 scala-steward

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.

codecov-commenter avatar Jun 25 '24 03:06 codecov-commenter

Superseded by #855.

scala-steward avatar Jul 10 '24 20:07 scala-steward