Skip to content

Commit

Permalink
Update README.md (#482)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Aug 31, 2024
1 parent c4f4a33 commit 6cc8375
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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-RC6"
"dev.zio" %% "zio-dynamodb" % "1.0.0-RC7"
)
```

Expand All @@ -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-RC6"
"dev.zio" %% "zio-dynamodb-ce" "1.0.0-RC7"
)
```

Expand All @@ -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-RC6"
"dev.zio" %% "zio-dynamodb-json" "1.0.0-RC7"
)
```

Expand Down

0 comments on commit 6cc8375

Please sign in to comment.