circe / circe-generic-extras

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

Update scalafmt-core to 3.8.2 #360

Closed scala-steward closed 5 months ago

scala-steward commented 5 months ago

About this PR

πŸ“¦ Updates org.scalameta:scalafmt-core from 3.7.17 to 3.8.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 = "scalafmt-core" } ] ``` Or, add this to slow down future updates of this dependency: ``` dependencyOverrides = [{ pullRequests = { frequency = "30 days" }, dependency = { groupId = "org.scalameta", artifactId = "scalafmt-core" } }] ```

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

codecov-commenter commented 5 months ago

Codecov Report

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

Project coverage is 0.00%. Comparing base (4aa8d96) to head (c3531ce). Report is 110 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 #360 +/- ## ========================================== - Coverage 84.04% 0.00% -84.05% ========================================== Files 19 1 -18 Lines 282 16 -266 Branches 6 1 -5 ========================================== - Hits 237 0 -237 + Misses 45 16 -29 ``` | [Flag](https://app.codecov.io/gh/circe/circe-generic-extras/pull/360/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/360/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/360/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.