From 4fceb6e22e4808383d04aaa559c1241d5531f48f Mon Sep 17 00:00:00 2001 From: Ferdinand Svehla Date: Mon, 21 Oct 2024 12:03:33 +0200 Subject: [PATCH] Update libraries (#1182) * HTTP4s: 0.23.28 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 93b9f7c5..db317f3f 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",