From 95ba265371e7b4b7190a71e6c215c4b7a6281181 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 14 Dec 2023 07:10:47 +0000 Subject: [PATCH] Update http4s-dsl, http4s-server to 0.23.24 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index fc9a96c..440e659 100644 --- a/build.sbt +++ b/build.sbt @@ -1,4 +1,4 @@ -val Http4sVersion = "0.23.7" +val Http4sVersion = "0.23.24" val CloudFunctionsVersion = "1.0.4" val ScalaTestVersion = "3.2.10"