From 3bb93978954f219497683adc178afd8f1bc1bf02 Mon Sep 17 00:00:00 2001 From: ZIO Assistant Date: Wed, 10 Jul 2024 11:48:37 +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 0c0ce80..e2c5636 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.2" +libraryDependencies += "dev.zio" %% "zio-query" % "0.7.3" ``` ## Example