From 510bd9c6cc088fcdeb1d0af0cc53638a18b8fdef Mon Sep 17 00:00:00 2001 From: ZIO Assistant Date: Thu, 9 Jan 2025 13:20:15 +0000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 03947b8..f7921d7 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.5" +libraryDependencies += "dev.zio" %% "zio-sqs" % "0.7.0" ``` ## Example