Skip to content

Releases: http4s/http4s-finagle

Http4s 0.20.23

24 Jun 23:10
1e8f266
Compare
Choose a tag to compare
v0.20.23-0

fix release

First Release

11 May 23:44
9313d64
Compare
Choose a tag to compare

if your http4s version is 0.21.x
simply set http4s-finagle to 0.21

libraryDependencies += "org.http4s" %% "http4s-finagle" % "0.21+"

if in any circumstance you need fix the finagle version(most cases not, finagle api is quite stable)

libraryDependencies += "org.http4s" %% "http4s-finagle" % "0.21.4-20.4.1-0"
                                                           ^      ^      ^
                                                      http4s   fingale   patch

Dotty

Dotty version is compiled, but runtime issue with scala2 version of http4s and cats-effect