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
spray-json, akka-http, slick modules depend on instances which is, in general, unnecessary, even though most users would probably add instances as a dep.
I think the correct solution would be to push InstanceConverter trait to macro-utils to sit there together with CaseClass1Rep or even better, create a thin module core or base and have InstanceConverter and CaseClass1Rep there.
The text was updated successfully, but these errors were encountered:
spray-json, akka-http, slick modules depend on instances which is, in general, unnecessary, even though most users would probably add instances as a dep.
I think the correct solution would be to push
InstanceConverter
trait to macro-utils to sit there together withCaseClass1Rep
or even better, create a thin modulecore
orbase
and haveInstanceConverter
andCaseClass1Rep
there.The text was updated successfully, but these errors were encountered: