snowplow/iglu-scala-client

Remove cats-effect RegistryLookup instance from core module

Opened this issue · 1 comments

So that core module only carries Id instance and any IO app should use iglu-scala-client-http4s

I checked if we could remove CE from core completely but lru-map brings it in.

I think it makes sense to be consistent and make our open source libs' core modules come without CE.