diff --git a/README.md b/README.md index 21f2268..b8bfcf4 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ In order to use this library, we need to add the following line in our `build.sbt` file: ```scala -libraryDependencies += "dev.zio" %% "zio-mock" % "" +libraryDependencies += "dev.zio" %% "zio-mock" % "1.0.0-RC13" ``` ## The Problem