typelevel / catbird

Birds and cats together
http://catbird.io
Apache License 2.0
139 stars 22 forks source link

Update cats-effect, cats-effect-laws, ... to 3.4.3 #505

Closed typelevel-steward[bot] closed 1 year ago

typelevel-steward[bot] commented 1 year ago

Updates

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" } ] ``` Or, add this to slow down future updates of this dependency: ``` dependencyOverrides = [{ pullRequests = { frequency = "@monthly" }, dependency = { groupId = "org.typelevel" } }] ```

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

codecov-commenter commented 1 year ago

Codecov Report

Merging #505 (9eb63a0) into main (f910174) will increase coverage by 0.28%. The diff coverage is n/a.

@@            Coverage Diff             @@
##             main     #505      +/-   ##
==========================================
+ Coverage   90.32%   90.60%   +0.28%     
==========================================
  Files           7       18      +11     
  Lines         124      298     +174     
  Branches        2        2              
==========================================
+ Hits          112      270     +158     
- Misses         12       28      +16     
Impacted Files Coverage Δ
...rc/main/scala/org/typelevel/catbird/util/var.scala 100.00% <0.00%> (ø)
.../scala/org/typelevel/catbird/finagle/service.scala 100.00% <0.00%> (ø)
...evel/catbird/util/effect/RerunnableInstances.scala 100.00% <0.00%> (ø)
...rc/main/scala/org/typelevel/catbird/util/try.scala 77.77% <0.00%> (ø)
...ypelevel/catbird/util/effect/FutureInstances.scala 60.00% <0.00%> (ø)
...ypelevel/catbird/util/effect/FutureInstances.scala 100.00% <0.00%> (ø)
...scala/org/typelevel/catbird/util/asyncstream.scala 100.00% <0.00%> (ø)
...la/org/typelevel/catbird/util/effect/package.scala 90.00% <0.00%> (ø)
...main/scala/org/typelevel/catbird/util/future.scala 95.34% <0.00%> (ø)
...la/org/typelevel/catbird/util/effect/package.scala 58.33% <0.00%> (ø)
... and 1 more

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.