tarao / record4s

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

Update sbt to 1.10.0 #94

Closed tarao-scala-steward[bot] closed 5 months ago

tarao-scala-steward[bot] commented 6 months ago

About this PR

πŸ“¦ Updates org.scala-sbt:sbt from 1.9.9 to 1.10.0

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

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

codecov[bot] commented 6 months ago

Codecov Report

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

Project coverage is 93.76%. Comparing base (935044a) to head (42d47b7).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #94 +/- ## ======================================= Coverage 93.76% 93.76% ======================================= Files 14 14 Lines 513 513 Branches 110 110 ======================================= Hits 481 481 Misses 32 32 ``` | [Flag](https://app.codecov.io/gh/tarao/record4s/pull/94/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/94/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=INA+Lintaro) | `93.76% <ΓΈ> (ΓΈ)` | | 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.