From 9d889436d758e2119315eb619490268dbbe06191 Mon Sep 17 00:00:00 2001 From: Adam Hudspith Date: Wed, 2 Oct 2024 14:58:17 +0100 Subject: [PATCH] Update README.md version --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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