diff --git a/project/LibraryDependencies.scala b/project/LibraryDependencies.scala index f96d0b10..e4921885 100644 --- a/project/LibraryDependencies.scala +++ b/project/LibraryDependencies.scala @@ -52,7 +52,7 @@ object LibraryDependencies { } object Http4s { - val http4sVersion = "0.23.23" + val http4sVersion = "0.23.24" val circe = Def.setting("org.http4s" %%% "http4s-circe" % http4sVersion) val dsl = Def.setting("org.http4s" %%% "http4s-dsl" % http4sVersion) val emberServer =