kailuowang / henkan

A small library for converting between case classes.
Other
268 stars 10 forks source link

Update sbt to 1.4.1 #94

Closed scala-steward closed 3 years ago

scala-steward commented 3 years ago

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

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

labels: library-update, semver-minor

codecov[bot] commented 3 years ago

Codecov Report

Merging #94 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #94   +/-   ##
=======================================
  Coverage   84.41%   84.41%           
=======================================
  Files           7        7           
  Lines          77       77           
=======================================
  Hits           65       65           
  Misses         12       12           

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 c6a7aeb...bf09b0c. Read the comment docs.