Toolkit icon indicating copy to clipboard operation
Toolkit copied to clipboard

Update cats-effect to 3.5.4

Open scala-steward opened this issue 1 year ago • 1 comments

About this PR

📦 Updates org.typelevel:cats-effect from 3.3.14 to 3.5.4

📜 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.typelevel", artifactId = "cats-effect" } ]

Or, add this to slow down future updates of this dependency:

dependencyOverrides = [{
  pullRequests = { frequency = "30 days" },
  dependency = { groupId = "org.typelevel", artifactId = "cats-effect" }
}]
labels: library-update, early-semver-minor, semver-spec-minor, version-scheme:early-semver, commit-count:1

scala-steward avatar Mar 06 '24 21:03 scala-steward

Codecov Report

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

Project coverage is 13.79%. Comparing base (ab90f07) to head (9876b8f). Report is 12 commits behind head on develop.

Additional details and impacted files
@@           Coverage Diff            @@
##           develop    #1561   +/-   ##
========================================
  Coverage    13.79%   13.79%           
========================================
  Files            8        8           
  Lines           29       29           
  Branches         1        1           
========================================
  Hits             4        4           
  Misses          25       25           

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

codecov[bot] avatar Mar 06 '24 21:03 codecov[bot]

Superseded by #1594.

scala-steward avatar Oct 28 '24 18:10 scala-steward