From 99505e966e18ecda70d9c91762eb32ef3c6b7c39 Mon Sep 17 00:00:00 2001 From: "zio-assistant[bot]" <130037499+zio-assistant[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 11:55:53 +0000 Subject: [PATCH] Update README.md (#722) Co-authored-by: ZIO Assistant --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d90d86b..7466af1 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ ZIO SQS enables us to produce and consume elements to/from the Amazon SQS servic In order to use this library, we need to add the following line in our `build.sbt` file: ```scala -libraryDependencies += "dev.zio" %% "zio-sqs" % "0.6.0" +libraryDependencies += "dev.zio" %% "zio-sqs" % "0.6.1" ``` ## Example