typelevel / skunk

A data access library for Scala + Postgres.
https://typelevel.org/skunk/
MIT License
1.59k stars 163 forks source link

Update fs2-core, fs2-io to 3.10.1 in series/0.6.x #1062

Closed typelevel-steward[bot] closed 8 months ago

typelevel-steward[bot] commented 8 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!

âš™ Adjust future updates Add this to your `.scala-steward.conf` file to ignore future updates of this dependency: ``` updates.ignore = [ { groupId = "co.fs2" } ] ``` Or, add this to slow down future updates of this dependency: ``` dependencyOverrides = [{ pullRequests = { frequency = "30 days" }, dependency = { groupId = "co.fs2" } }] ```

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

codecov-commenter commented 8 months ago

Codecov Report

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

Project coverage is 85.50%. Comparing base (07afba6) to head (b214b41).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## series/0.6.x #1062 +/- ## ============================================= Coverage 85.50% 85.50% ============================================= Files 132 132 Lines 2015 2015 Branches 237 237 ============================================= Hits 1723 1723 Misses 292 292 ```

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

typelevel-steward[bot] commented 8 months ago

Superseded by #1063.