Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
zio-assistant[bot] committed Feb 16, 2025
1 parent f029a84 commit e62a359
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 @@ -17,7 +17,7 @@ instances.
To use ZIO Redis, add the following line to your `build.sbt`:

```scala
libraryDependencies += "dev.zio" %% "zio-redis" % "1.0.0"
libraryDependencies += "dev.zio" %% "zio-redis" % "1.0.1"
```

## Example
Expand All @@ -32,7 +32,7 @@ To run this example we should put following dependencies in our `build.sbt` file

```scala
libraryDependencies ++= Seq(
"dev.zio" %% "zio-redis" % "1.0.0",
"dev.zio" %% "zio-redis" % "1.0.1",
"dev.zio" %% "zio-schema-protobuf" % "1.6.1"
)
```
Expand Down Expand Up @@ -70,7 +70,7 @@ object ZIORedisExample extends ZIOAppDefault {
To test you can use the embedded redis instance by adding to your build:

```scala
libraryDependencies := "dev.zio" %% "zio-redis-embedded" % "1.0.0"
libraryDependencies := "dev.zio" %% "zio-redis-embedded" % "1.0.1"
```

Then you can supply `EmbeddedRedis.layer.orDie` as your `RedisConfig` and you're good to go!
Expand Down

0 comments on commit e62a359

Please sign in to comment.