From 5cae7ff29c1bda1e562bac12ead9f051d52bdab7 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 10 Sep 2024 21:17:16 +0000 Subject: [PATCH] Update http4s-dsl to 0.23.28 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 395dc782..8fbfb808 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.26", + "org.http4s" %% "http4s-dsl" % "0.23.28", "dev.zio" %% "zio" % zioVersion, "org.typelevel" %% "cats-effect" % "3.4.9", "dev.zio" %% "zio-interop-cats" % "23.1.0.3" % "test",