From b543806133b2b15c446b532e27dcc9b02ca4f481 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 6 Mar 2026 20:54:36 +0000 Subject: [PATCH] Update zio-http from 3.8.1 to 3.9.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 5d840a7b6..d23ed2bac 100644 --- a/build.sbt +++ b/build.sbt @@ -316,7 +316,7 @@ lazy val zioExample = crossProject(JVMPlatform) .example("zio", "ZIO example project") .settings( libraryDependencies ++= Seq( - "dev.zio" %% "zio-http" % "3.8.1" + "dev.zio" %% "zio-http" % "3.9.0" ) ) .dependsOn(connector, dsl, zioInterop)