github4s icon indicating copy to clipboard operation
github4s copied to clipboard

Do not depend on http4s' cats-effect version transitively

Open BenFradet opened this issue 4 years ago • 1 comments

It seems we're using the cats-effect version from http4s transitively: https://github.com/47degrees/github4s/pull/501#discussion_r433683082.

It'd be better to depend on it directly I think.

BenFradet avatar Jun 02 '20 07:06 BenFradet

I hear there's an awesome sbt plugin called sbt-explicit-dependencies that can find issues like this for you

cb372 avatar Jun 02 '20 10:06 cb372