From 95ac95e98c5ce9a09126d1e27d828e0ad9bbe019 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 5 Dec 2024 17:25:23 +0000 Subject: [PATCH] Upgrade http4s-core from 0.23.28 to 0.23.30 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index f677a7f..33e9af6 100644 --- a/build.sbt +++ b/build.sbt @@ -4,7 +4,7 @@ val V = new { val cats = "2.10.0" val catsEffect = "3.5.4" val circe = "0.14.8" - val http4s = "0.23.28" + val http4s = "0.23.30" val munit = "1.0.0-M11" val munitCatsEffect = "2.0.0" val scala = "3.3.4"