From ef3bdaa289095d548726321dbfdd422063a627c6 Mon Sep 17 00:00:00 2001 From: softwaremill-ci Date: Fri, 1 Dec 2023 09:30:47 +0100 Subject: [PATCH] Update zio-http to 3.0.0-RC4 (#3357) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index c868c07e3b..327d962342 100644 --- a/build.sbt +++ b/build.sbt @@ -1613,7 +1613,7 @@ lazy val zioHttpServer: ProjectMatrix = (projectMatrix in file("server/zio-http- .settings(commonJvmSettings) .settings( name := "tapir-zio-http-server", - libraryDependencies ++= Seq("dev.zio" %% "zio-interop-cats" % Versions.zioInteropCats % Test, "dev.zio" %% "zio-http" % "3.0.0-RC3") + libraryDependencies ++= Seq("dev.zio" %% "zio-interop-cats" % Versions.zioInteropCats % Test, "dev.zio" %% "zio-http" % "3.0.0-RC4") ) .jvmPlatform(scalaVersions = scala2And3Versions) .dependsOn(serverCore, zio, serverTests % Test)