Skip to content

Commit 9a4e38a

Browse files
Update README.md
1 parent 9175287 commit 9a4e38a

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

2323
## Example

0 commit comments

Comments
 (0)