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
unusedCompileDependenciesTest is already enforced.
undeclaredCompileDependenciesTest was introduced, and backed off, in Declare more dependencies http4s#3880. A lot of the work to re-enable that is in an intermediate commit. And if we'd gone with that, we would not have had this bug.
cats-laws shouldn't be a compile dependency of http4s-client, or most modules. That may be an orthogonal issue: I am unsure whether that triggered the test dependency to upgrade our core dependency.
undeclaredCompileDependenciesTest
andunusedCompileDependenciesTest
(to avoid test dependencies evicting main ones) on the CIThis can be tackled module by module, I think.
The text was updated successfully, but these errors were encountered: