spartanz / schemaz

A purely-functional library for defining type-safe schemas for algebraic data types, providing free generators, SQL queries, JSON codecs, binary codecs, and migration from this schema definition
https://spartanz.github.io/schemaz
Apache License 2.0
164 stars 18 forks source link

Upgrades Scala/Sbt/sbt-microsites #64

Closed juanpedromoreno closed 4 years ago

juanpedromoreno commented 4 years ago

This PR brings some minor upgrades such as scala, sbt or sbt-microsites. Also:

codecov-io commented 4 years ago

Codecov Report

:exclamation: No coverage uploaded for pull request base (prototyping@807d17a). Click here to learn what that means. The diff coverage is n/a.

Impacted file tree graph

@@              Coverage Diff               @@
##             prototyping      #64   +/-   ##
==============================================
  Coverage               ?   70.54%           
==============================================
  Files                  ?       18           
  Lines                  ?      516           
  Branches               ?        6           
==============================================
  Hits                   ?      364           
  Misses                 ?      152           
  Partials               ?        0

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 807d17a...1261d07. Read the comment docs.

vil1 commented 4 years ago

That's neat, thanks!