apicollective/apibuilder-generator

http4s 0.17: client generated code doesn't compile

Closed this issue · 4 comments

import cats.effect._ is added also in the http4s 0.17 client generated code that actually doesn't use effects (0.17 is on an older cats version).

That import should be generated only in the 0.18 version.

@amarrella could you take a look please?

Can't until the 5th of February :( . If it's still unfixed I'll do it then. Should be a pretty straightforward fix

Not urgent: I can work around this for the time being.

#349 should fix this, let me know if there is any problem