Skip to content

Commit 255ad42

Browse files
Update README.md
1 parent 6ee4a77 commit 255ad42

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.12.1"
20+
libraryDependencies += "dev.zio" %% "zio-sqs" % "0.12.2"
2121
```
2222

2323
## Example

0 commit comments

Comments
 (0)