Skip to content

Commit

Permalink
Merge branch 'series/2.x' into compile-using-xsource3
Browse files Browse the repository at this point in the history
  • Loading branch information
kyri-petrou committed Sep 29, 2024
2 parents f7f403b + 0ea6d62 commit 71a63bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.5"
libraryDependencies += "dev.zio" %% "zio-query" % "0.7.6"
```

## Example
Expand Down

0 comments on commit 71a63bb

Please sign in to comment.