diff --git a/README.md b/README.md index 32863b5b7..bb9732bd1 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-RC19" +libraryDependencies += "dev.zio" %% "zio-prelude" % "1.0.0-RC20" ``` ## Example