From 0fa9d6ec4608850dff7c006bcb6eb4a469d4b95a Mon Sep 17 00:00:00 2001 From: ZIO Assistant Date: Thu, 1 Feb 2024 12:59:01 +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 74a97dc0e..2c440272b 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ ZIO Prelude is a library focused on providing a core set of functional data type In order to use this library, we need to add the following line in our `build.sbt` file: ```scala -libraryDependencies += "dev.zio" %% "zio-prelude" % "1.0.0-RC21" +libraryDependencies += "dev.zio" %% "zio-prelude" % "1.0.0-RC22" ``` ## Example