Skip to content

Commit dce16e5

Browse files
Update README.md (#850)
Co-authored-by: ZIO Assistant <zio-assistant[bot]@users.noreply.github.com>
1 parent afecb60 commit dce16e5

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
@@ -17,7 +17,7 @@ ZIO SQS enables us to produce and consume elements to/from the Amazon SQS servic
1717
In order to use this library, we need to add the following line in our `build.sbt` file:
1818

1919
```scala
20-
libraryDependencies += "dev.zio" %% "zio-sqs" % "0.9.1"
20+
libraryDependencies += "dev.zio" %% "zio-sqs" % "0.9.2"
2121
```
2222

2323
## Example

0 commit comments

Comments
 (0)