From 809b58e7292172cb846f59c991f4cec26c0cc207 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 21 Feb 2023 14:54:42 +0000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f851372c1b..16835109a2 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ ZIO Http is a scala library for building http apps. It is powered by ZIO and [ne Setup via `build.sbt`: ```scala -libraryDependencies += "dev.zio" %% "zio-http" % "0.0.4" +libraryDependencies += "dev.zio" %% "zio-http" % "1.0.0.0-RC15" ``` **NOTE:** ZIO Http is compatible with `ZIO 1.x` and `ZIO 2.x`.