Skip to content

Commit 210eacb

Browse files
Update README.md (#493)
Co-authored-by: ZIO Assistant <zio-assistant[bot]@users.noreply.github.com>
1 parent 5aeb305 commit 210eacb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ lazy val userQuery: ZQuery[Any, Nothing, List[String]] = for {
6767
In order to use this library, we need to add the following line in our `build.sbt` file:
6868

6969
```scala
70-
libraryDependencies += "dev.zio" %% "zio-query" % "0.7.1"
70+
libraryDependencies += "dev.zio" %% "zio-query" % "0.7.2"
7171
```
7272

7373
## Example

0 commit comments

Comments
 (0)