circe / circe-generic-extras

Configurable generic derivation for Circe
Apache License 2.0
62 stars 28 forks source link

Update sbt to 1.10.1 #365

Closed scala-steward closed 2 months ago

scala-steward commented 2 months ago

About this PR

πŸ“¦ Updates org.scala-sbt:sbt from 1.10.0 to 1.10.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 = "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-patch, semver-spec-patch, version-scheme:early-semver, commit-count:1

codecov-commenter commented 2 months ago

:warning: Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

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

Project coverage is 0.00%. Comparing base (c3531ce) to head (c9d8952). Report is 1 commits behind head on main.

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #365 +/- ## ===================================== Coverage 0.00% 0.00% ===================================== Files 1 1 Lines 16 16 Branches 1 1 ===================================== Misses 16 16 ``` | [Flag](https://app.codecov.io/gh/circe/circe-generic-extras/pull/365/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=circe) | Coverage Ξ” | | |---|---|---| | [2.13.14](https://app.codecov.io/gh/circe/circe-generic-extras/pull/365/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=circe) | `0.00% <ΓΈ> (ΓΈ)` | | | [temurin@11](https://app.codecov.io/gh/circe/circe-generic-extras/pull/365/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=circe) | `0.00% <ΓΈ> (ΓΈ)` | | 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=circe#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.