From 6630f53d28ec1c07a2a6589b2d559d015bea8af2 Mon Sep 17 00:00:00 2001 From: "zio-assistant[bot]" <130037499+zio-assistant[bot]@users.noreply.github.com> Date: Mon, 30 Dec 2024 11:31:20 +0000 Subject: [PATCH] Update README.md (#574) Co-authored-by: ZIO Assistant --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e5cb02f40..caaf0d9c6 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ To use ZIO DynamoDB, we need to add the following lines to our `build.sbt` file: ```scala libraryDependencies ++= Seq( - "dev.zio" %% "zio-dynamodb" % "1.0.0-RC13" + "dev.zio" %% "zio-dynamodb" % "1.0.0-RC14" ) ``` @@ -32,7 +32,7 @@ To use the new Cats Effect 3 interop module, we need to also add the following l ```scala libraryDependencies ++= Seq( - "dev.zio" %% "zio-dynamodb-ce" % "1.0.0-RC13" + "dev.zio" %% "zio-dynamodb-ce" % "1.0.0-RC14" ) ``` @@ -43,7 +43,7 @@ AWS tools like the CLI and Console read/write a special JSON representation of d ```scala libraryDependencies ++= Seq( - "dev.zio" %% "zio-dynamodb-json" % "1.0.0-RC13" + "dev.zio" %% "zio-dynamodb-json" % "1.0.0-RC14" ) ```