From 65cc39fcf6745a440b49a883f9de182553a3b62f Mon Sep 17 00:00:00 2001 From: "scala-steward[bot]" <417002+ etspaceman-scala-steward-app[bot]@users.noreply.github.com> Date: Tue, 14 Nov 2023 20:01:20 +0000 Subject: [PATCH] Update http4s-circe, http4s-dsl, ... to 0.23.24 --- project/LibraryDependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/LibraryDependencies.scala b/project/LibraryDependencies.scala index b89526ab..d0dee029 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 =