Skip to content

Commit

Permalink
Update jedis to 2.10.2 (xebia-functional#344)
Browse files Browse the repository at this point in the history
* Update jedis to 2.10.2

* Update jedis to 2.10.2
  • Loading branch information
scala-steward authored Jun 4, 2020
1 parent e590227 commit 4f1cfa9
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 @@ -67,7 +67,7 @@ object ProjectPlugin extends AutoPlugin {
"org.tpolecat" %% "atto-core" % "0.8.0",
"org.http4s" %% "http4s-blaze-client" % "0.21.4",
"org.http4s" %% "http4s-circe" % "0.21.4",
"redis.clients" % "jedis" % "2.9.3",
"redis.clients" % "jedis" % "2.10.2",
"io.monix" %% "monix" % "3.2.2"
)
) ++ commonCrossDependencies
Expand Down

0 comments on commit 4f1cfa9

Please sign in to comment.