kebs icon indicating copy to clipboard operation
kebs copied to clipboard

spray-json, akka-http, slick shouldn't depend on instances

Open luksow opened this issue 2 years ago • 1 comments

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.

luksow avatar Jun 17 '22 14:06 luksow

In case https://github.com/theiterators/kebs/pull/214 is merged, play-json & circe should be fixed as well.

luksow avatar Jun 20 '22 17:06 luksow

Done in https://github.com/theiterators/kebs/pull/269

pk044 avatar Apr 21 '23 07:04 pk044