Skip to content

Commit

Permalink
Update jedis to 3.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
47erbot authored Dec 11, 2020
1 parent 725a8df commit 7094127
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/ProjectPlugin.scala
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ object ProjectPlugin extends AutoPlugin {
"org.tpolecat" %% "atto-core" % "0.8.0",
"org.http4s" %% "http4s-blaze-client" % "0.21.13",
"org.http4s" %% "http4s-circe" % "0.21.13",
"redis.clients" % "jedis" % "3.3.0",
"redis.clients" % "jedis" % "3.4.0",
"io.monix" %% "monix" % "3.3.0"
)
) ++ commonCrossDependencies
Expand Down

0 comments on commit 7094127

Please sign in to comment.