circe / circe-droste

Recursion schemes for Circe
22 stars 2 forks source link

Update droste-core, droste-laws to 0.9.0 #153

Open scala-steward opened 2 years ago

scala-steward commented 2 years 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 = "io.higherkindness" } ] ``` Or, add this to slow down future updates of this dependency: ``` dependencyOverrides = [{ pullRequests = { frequency = "@monthly" }, dependency = { groupId = "io.higherkindness" } }] ```

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

codecov-commenter commented 2 years ago

Codecov Report

Merging #153 (feb3f86) into master (f503d9b) will not change coverage. The diff coverage is n/a.

@@            Coverage Diff            @@
##            master      #153   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            2         2           
  Lines           41        41           
=========================================
  Hits            41        41           

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 f503d9b...feb3f86. Read the comment docs.