diff --git a/build.sbt b/build.sbt index b53a864ef..89889d27a 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.9.0" + "dev.zio" %% "zio-http" % "3.10.0" ) ) .dependsOn(connector, dsl, zioInterop)