circe / circe-golden

Golden testing for Circe
Apache License 2.0
92 stars 18 forks source link

Update sbt to 1.7.1 #196

Closed scala-steward closed 2 years ago

scala-steward commented 2 years ago

Updates org.scala-sbt:sbt from 1.6.2 to 1.7.1. 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!

Adjust future updates Add this to your `.scala-steward.conf` file to ignore future updates of this dependency: ``` updates.ignore = [ { groupId = "org.scala-sbt", artifactId = "sbt" } ] ``` Or, add this to slow down future updates of this dependency: ``` dependencyOverrides = [{ pullRequests = { frequency = "@monthly" }, dependency = { groupId = "org.scala-sbt", artifactId = "sbt" } }] ```

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

codecov-commenter commented 2 years ago

Codecov Report

Merging #196 (442345c) into master (9c282bf) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##           master     #196   +/-   ##
=======================================
  Coverage   80.35%   80.35%           
=======================================
  Files           6        6           
  Lines         112      112           
=======================================
  Hits           90       90           
  Misses         22       22           

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 9c282bf...442345c. Read the comment docs.

scala-steward commented 2 years ago

Superseded by #205.