From 75ff025f8f18ded50663d6a0c89b03d2e8eb8c42 Mon Sep 17 00:00:00 2001 From: ZIO Assistant Date: Mon, 11 Nov 2024 15:33: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 316d1d9f5..77fcc3718 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-RC31" +libraryDependencies += "dev.zio" %% "zio-prelude" % "1.0.0-RC32" ``` ## Example