http4s / http4s-finagle

Http4s on Finagle Server or Client
https://http4s.github.io/http4s-finagle/docs/
Apache License 2.0
11 stars 5 forks source link

Update http4s-client, http4s-core, ... to 0.23.25 #261

Closed http4s-steward[bot] closed 8 months ago

http4s-steward[bot] commented 10 months ago

About this PR

πŸ“¦ Updates

πŸ“œ 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!

πŸ” Files still referring to the old version number The following files still refer to the old version number (0.23.21). You might want to review and update them manually. ``` app.dhall ```
βš™ Adjust future updates Add this to your `.scala-steward.conf` file to ignore future updates of this dependency: ``` updates.ignore = [ { groupId = "org.http4s" } ] ``` Or, add this to slow down future updates of this dependency: ``` dependencyOverrides = [{ pullRequests = { frequency = "30 days" }, dependency = { groupId = "org.http4s" } }] ```

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

codecov-commenter commented 10 months ago

Codecov Report

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

Comparison is base (6ff7587) 96.66% compared to head (106c5e5) 96.36%.

:exclamation: Current head 106c5e5 differs from pull request most recent head cb0fa74. Consider uploading reports for the commit cb0fa74 to get more accurate results

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

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #261 +/- ## ========================================== - Coverage 96.66% 96.36% -0.31% ========================================== Files 1 1 Lines 60 55 -5 Branches 3 3 ========================================== - Hits 58 53 -5 Misses 2 2 ```

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

http4s-steward[bot] commented 8 months ago

Superseded by #267.