From 564fcc68016262c39d699ab8b40f4b89e54dd824 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 25 Oct 2024 04:25:41 +0000 Subject: [PATCH] Update http4s-dsl to 0.23.29 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index db317f3f..89a3a8ef 100644 --- a/build.sbt +++ b/build.sbt @@ -332,7 +332,7 @@ lazy val zioJsonInteropHttp4s = project .settings( crossScalaVersions -= ScalaDotty, libraryDependencies ++= Seq( - "org.http4s" %% "http4s-dsl" % "0.23.28", + "org.http4s" %% "http4s-dsl" % "0.23.29", "dev.zio" %% "zio" % zioVersion, "org.typelevel" %% "cats-effect" % "3.4.9", "dev.zio" %% "zio-interop-cats" % "23.1.0.3" % "test",