tarao / record4s

Extensible records for Scala
https://tarao.orezdnu.org/record4s/
Apache License 2.0
64 stars 4 forks source link

Update upickle to 4.0.2 #122

Open tarao-scala-steward[bot] opened 1 month ago

tarao-scala-steward[bot] commented 1 month ago

About this PR

πŸ“¦ Updates com.lihaoyi:upickle from 3.3.1 to 4.0.2 ⚠

πŸ“œ GitHub Release Notes - 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 = "com.lihaoyi", artifactId = "upickle" } ] ``` Or, add this to slow down future updates of this dependency: ``` dependencyOverrides = [{ pullRequests = { frequency = "30 days" }, dependency = { groupId = "com.lihaoyi", artifactId = "upickle" } }] ```

labels: library-update, early-semver-major, semver-spec-major, version-scheme:semver-spec, commit-count:1

codecov[bot] commented 1 month ago

Codecov Report

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

Project coverage is 93.82%. Comparing base (a0a2adc) to head (151edc8).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #122 +/- ## ======================================= Coverage 93.82% 93.82% ======================================= Files 15 15 Lines 518 518 Branches 103 103 ======================================= Hits 486 486 Misses 32 32 ``` | [Flag](https://app.codecov.io/gh/tarao/record4s/pull/122/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=INA+Lintaro) | Coverage Ξ” | | |---|---|---| | [3](https://app.codecov.io/gh/tarao/record4s/pull/122/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=INA+Lintaro) | `93.82% <ΓΈ> (ΓΈ)` | | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=INA+Lintaro#carryforward-flags-in-the-pull-request-comment) to find out more.

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