Skip to content

Commit

Permalink
chore(deps): update dependency dev.zio:zio-redis to v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 28, 2023
1 parent 65f1ade commit e8d547e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ lazy val registry = (project in file("registry")).settings(
libraryDependencies := zioTestDependencies ++ Seq(
"dev.zio" %% "zio" % zio,
"dev.zio" %% "zio-http" % zioHttp,
"dev.zio" %% "zio-redis" % "0.1.0",
"dev.zio" %% "zio-redis" % "0.2.0",
)
).dependsOn(runtime)

Expand Down

0 comments on commit e8d547e

Please sign in to comment.