Http4s v0.21.13 Release Notes

Release Date: 2020-11-25 // over 3 years ago
  • 🛠 Bugfixes

    Most modules

    #3932: Fix NoClassDefFoundError regression. An example:

    [info] java.lang.NoClassDefFoundError: cats/effect/ResourceLike
    [info] at org.http4s.client.Client$.$anonfun$fromHttpApp$2(Client.scala:246)
    

    ⬇️ A test dependency upgrade evicted our declared cats-effect-2.2.0 dependency, so we built against a newer version than we advertise in our POM. Fixed by downgrading the test dependency and inspecting the classpath. Tooling will be added to avoid repeat failures.