From 5456b5fc01e5559957883e623b8b3ec6e6e3b9b8 Mon Sep 17 00:00:00 2001 From: "zio-assistant[bot]" <130037499+zio-assistant[bot]@users.noreply.github.com> Date: Mon, 30 Dec 2024 10:53:05 +0000 Subject: [PATCH] Update README.md (#572) Co-authored-by: ZIO Assistant --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 12a8bab6d..e5cb02f40 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-RC12" + "dev.zio" %% "zio-dynamodb" % "1.0.0-RC13" ) ``` @@ -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-RC12" + "dev.zio" %% "zio-dynamodb-ce" % "1.0.0-RC13" ) ``` @@ -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-RC12" + "dev.zio" %% "zio-dynamodb-json" % "1.0.0-RC13" ) ```