desert icon indicating copy to clipboard operation
desert copied to clipboard

Update scalameta_2.12 to 4.11.2

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

About this PR

📦 Updates org.scalameta:scalameta_2.12 from 4.11.0 to 4.11.2

📜 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 = "scalameta_2.12" } ]

Or, add this to slow down future updates of this dependency:

dependencyOverrides = [{
  pullRequests = { frequency = "30 days" },
  dependency = { groupId = "org.scalameta", artifactId = "scalameta_2.12" }
}]
labels: library-update, early-semver-patch, semver-spec-patch, version-scheme:semver-spec, commit-count:1

scala-steward avatar Nov 24 '24 02:11 scala-steward

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 56.67%. Comparing base (7e37845) to head (4637bfa). Report is 123 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #534      +/-   ##
==========================================
- Coverage   56.84%   56.67%   -0.18%     
==========================================
  Files          35       38       +3     
  Lines        1752     1775      +23     
  Branches      233      237       +4     
==========================================
+ Hits          996     1006      +10     
- Misses        756      769      +13     

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.


🚨 Try these New Features:

codecov-commenter avatar Nov 24 '24 02:11 codecov-commenter