travisbrown / dhallj

Dhall for Java
BSD 3-Clause "New" or "Revised" License
174 stars 9 forks source link

Update cats-effect to 3.2.4 #314

Closed scala-steward closed 3 years ago

scala-steward commented 3 years ago

Updates org.typelevel:cats-effect from 3.2.3 to 3.2.4. GitHub Release Notes - Version Diff

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!

Ignore 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" } ] ```

labels: library-update, semver-patch

codecov-commenter commented 3 years ago

Codecov Report

Merging #314 (bcd2c1d) into main (a050469) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #314   +/-   ##
=======================================
  Coverage   59.87%   59.87%           
=======================================
  Files          30       30           
  Lines         987      987           
  Branches       64       64           
=======================================
  Hits          591      591           
  Misses        396      396           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update a050469...bcd2c1d. Read the comment docs.

scala-steward commented 3 years ago

Superseded by #315.