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

#22 removing source dependency #23

Closed LGLO closed 5 years ago

LGLO commented 5 years ago

I think we don't need any scalaz dependency to compile project ATM. I removed source dependency to let the project build. Closes #22.

GrafBlutwurst commented 5 years ago

:+1: solved the issue of the missing snapshot dependency for me

vil1 commented 5 years ago

LGTM. We don't use any of scalaz yet, but we'll soon need to add the dependency back later (but as a binary one) I won't close #23 though, since I'd like the source dependency toward the scalaz-sbt plugin to be changed to binary as well (which is blocked until https://github.com/scalaz/scalaz-sbt/issues/20 is fixed)