From a4132aea388518bcee150f3c6a853ec41d531d5a Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 5 Dec 2024 13:50:36 +0000 Subject: [PATCH] Update http4s-circe, http4s-dsl, ... to 0.23.30 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index f1a9629..1ff6feb 100644 --- a/build.sbt +++ b/build.sbt @@ -5,7 +5,7 @@ val V = new { val logstage = distage val scalatest = "3.2.19" val scalacheck = "1.18.0" - val http4s = "0.23.29" + val http4s = "0.23.30" val doobie = "1.0.0-RC5" val catsCore = "2.12.0" val zio = "2.1.13"