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

Get rid of source dependencies #22

Closed vil1 closed 5 years ago

vil1 commented 6 years ago

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.

vil1 commented 6 years ago

We still need to remove the source-dependency to scalaz-sbt in order to fix this issue