From be5102d6f3bcbdb3b94ad7de418b96c2ef8d5851 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 11 Apr 2026 02:32:28 +0000 Subject: [PATCH] Update http4s-circe, http4s-dsl, ... to 0.23.34 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 783fb7f..1023d19 100644 --- a/build.sbt +++ b/build.sbt @@ -1,7 +1,7 @@ val V = new { val cats = "2.6.0" val catsEffect = "3.5.4" - val http4s = "0.23.28" + val http4s = "0.23.34" val http4sScalatags = "0.25.2" val logbackClassic = "1.5.8" val scalajsDom = "1.1.0"