From 4ed61e57437cf03ee27137d6f28ff0cc6ee7efec Mon Sep 17 00:00:00 2001 From: "etspaceman-scala-steward-app[bot]" <149607074+etspaceman-scala-steward-app[bot]@users.noreply.github.com> Date: Wed, 15 Nov 2023 14:47:07 -0600 Subject: [PATCH] Update http4s-circe, http4s-dsl, ... to 0.23.24 (#651) Co-authored-by: scala-steward[bot] <417002+ etspaceman-scala-steward-app[bot]@users.noreply.github.com> --- project/LibraryDependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 =