From 785fd0dff95f7362e5ccddff51d1633212e902dc Mon Sep 17 00:00:00 2001
From: ZIO Assistant <zio-assistant[bot]@users.noreply.github.com>
Date: Sun, 25 Aug 2024 17:52:21 +0000
Subject: [PATCH] Update README.md

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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