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
Source dependencies don't work as expected in sbt, we should get rid of those until the problem is solved at the sbt level.
Meanwhile, we should get rid of all source dependencies (ProjectRef in the build definition and plugins), this will need https://github.com/scalaz/scalaz-sbt/issues/20 to be solved first.
Source dependencies don't work as expected in sbt, we should get rid of those until the problem is solved at the sbt level.
Meanwhile, we should get rid of all source dependencies (
ProjectRef
in the build definition and plugins), this will need https://github.com/scalaz/scalaz-sbt/issues/20 to be solved first.