You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 28, 2021. It is now read-only.
valderivingVersion="<version>"
libraryDependencies ++=Seq(
// the @deriving and @xderiving compiletime plugin and macro"com.fommil"%%"deriving-macro"% derivingVersion %"provided",
compilerPlugin("com.fommil"%%"deriving-plugin"% derivingVersion),
// the scalaz-deriving Altz / Decidablez / Deriving API and macros"com.fommil"%%"scalaz-deriving"% derivingVersion,
// instances for Show and Arbitrary"com.fommil"%%"scalaz-deriving-magnolia"% derivingVersion,
"com.fommil"%%"scalaz-deriving-scalacheck"% derivingVersion
)
to save you from writing one...
softwaremill/magnolia#118 (comment)
And there is also one for
scalaz-deriving
.The text was updated successfully, but these errors were encountered: