diff --git a/README.md b/README.md index 5f6b4c60..0bc4c485 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,7 @@ lazy val userQuery: ZQuery[Any, Nothing, List[String]] = for { In order to use this library, we need to add the following line in our `build.sbt` file: ```scala -libraryDependencies += "dev.zio" %% "zio-query" % "0.7.0" +libraryDependencies += "dev.zio" %% "zio-query" % "0.7.1" ``` ## Example