From 84f0f949c03a4bbdc5ed83e36183e91b9f143d49 Mon Sep 17 00:00:00 2001 From: ZIO Assistant Date: Tue, 10 Sep 2024 16:42:29 +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 53107999a1..5c8b92ec0a 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ Some of the key features of ZIO HTTP are: Setup via `build.sbt`: ```scala -libraryDependencies += "dev.zio" %% "zio-http" % "3.0.0-RC10" +libraryDependencies += "dev.zio" %% "zio-http" % "3.0.0" ``` **NOTES ON VERSIONING:**