From 2aa19301d41a655aeba37c66b86410dc61a8c219 Mon Sep 17 00:00:00 2001 From: Adam Fraser Date: Mon, 23 Oct 2023 17:54:25 -0700 Subject: [PATCH] update documentation --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 597d02e9da..cd884f1d60 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" % "3.0.0-RC2" +libraryDependencies += "dev.zio" %% "zio-http" % "3.0.0-RC3" ``` **NOTES ON VERSIONING:**