From 321a2886f7264094b7578a84711f8aea6010b3d5 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 6 Mar 2024 16:11:17 +0000 Subject: [PATCH] Update http4s-circe, http4s-dsl, ... to 0.23.26 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 71d4239..322229d 100644 --- a/build.sbt +++ b/build.sbt @@ -54,7 +54,7 @@ lazy val resolversSettings = val CatsCoreVersion = "2.9.0" val CatsEffectVersion = "3.5.3" val CirisVersion = "3.0.0" -val Http4sVersion = "0.23.18" +val Http4sVersion = "0.23.26" val MunitVersion = "0.7.29" val LogbackVersion = "1.4.14" val MunitCatsEffectVersion = "1.0.7"