zim icon indicating copy to clipboard operation
zim copied to clipboard

Update refined to 0.11.1

Open scala-steward opened this issue 5 months ago • 1 comments

About this PR

📦 Updates eu.timepit:refined from 0.10.3 to 0.11.1

📜 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 = "eu.timepit", artifactId = "refined" } ]

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

dependencyOverrides = [{
  pullRequests = { frequency = "30 days" },
  dependency = { groupId = "eu.timepit", artifactId = "refined" }
}]
labels: library-update, early-semver-major, semver-spec-minor, commit-count:1

scala-steward avatar Jan 26 '24 14:01 scala-steward

Codecov Report

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

Comparison is base (0b31dbd) 56.89% compared to head (07af2a3) 56.89%.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #421   +/-   ##
=======================================
  Coverage   56.89%   56.89%           
=======================================
  Files          81       81           
  Lines        1364     1364           
  Branches      133      145   +12     
=======================================
  Hits          776      776           
  Misses        588      588           

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

codecov[bot] avatar Jan 26 '24 14:01 codecov[bot]