diff --git a/project/LibraryDependencies.scala b/project/LibraryDependencies.scala index caf1a115..981297d4 100644 --- a/project/LibraryDependencies.scala +++ b/project/LibraryDependencies.scala @@ -52,7 +52,7 @@ object LibraryDependencies { } object Http4s { - val http4sVersion = "0.23.28" + val http4sVersion = "0.23.29" val circe = Def.setting("org.http4s" %%% "http4s-circe" % http4sVersion) val dsl = Def.setting("org.http4s" %%% "http4s-dsl" % http4sVersion) val emberServer =