diff --git a/README.md b/README.md
index 83d8626..d92f512 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.4"
+libraryDependencies += "dev.zio" %% "zio-query" % "0.7.5"
 ```
 
 ## Example