Skip to content

Commit

Permalink
update versions in readme for next release (#457)
Browse files Browse the repository at this point in the history
  • Loading branch information
googley42 authored Jul 29, 2024
1 parent de2a3ad commit 6c13238
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 line to our `build.sbt` file:

```scala
libraryDependencies ++= Seq(
"dev.zio" %% "zio-dynamodb" % "1.0.0-RC4"
"dev.zio" %% "zio-dynamodb" "1.0.0-RC6"
)
```

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-RC4"
"dev.zio" %% "zio-dynamodb-ce" "1.0.0-RC6"
)
```

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-RC4"
"dev.zio" %% "zio-dynamodb-json" "1.0.0-RC6"
)
```

Expand Down

0 comments on commit 6c13238

Please sign in to comment.