We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent afecb60 commit dce16e5Copy full SHA for dce16e5
README.md
@@ -17,7 +17,7 @@ ZIO SQS enables us to produce and consume elements to/from the Amazon SQS servic
17
In order to use this library, we need to add the following line in our `build.sbt` file:
18
19
```scala
20
-libraryDependencies += "dev.zio" %% "zio-sqs" % "0.9.1"
+libraryDependencies += "dev.zio" %% "zio-sqs" % "0.9.2"
21
```
22
23
## Example
0 commit comments