Skip to content

Commit

Permalink
example fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
googley42 committed Sep 25, 2024
1 parent 9f978a8 commit 54d0765
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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" "@VERSION@"
"dev.zio" %% "zio-dynamodb-ce" % "@VERSION@"
)
```

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" "@VERSION@"
"dev.zio" %% "zio-dynamodb-json" % "@VERSION@"
)
```

Expand Down

0 comments on commit 54d0765

Please sign in to comment.