We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d0d2006 + f23548b commit 5e98932Copy full SHA for 5e98932
project/ProjectPlugin.scala
@@ -67,7 +67,7 @@ object ProjectPlugin extends AutoPlugin {
67
"org.tpolecat" %% "atto-core" % "0.9.5",
68
"org.http4s" %% "http4s-blaze-client" % "0.23.8",
69
"org.http4s" %% "http4s-circe" % "0.23.8",
70
- "redis.clients" % "jedis" % "4.0.1"
+ "redis.clients" % "jedis" % "4.1.0"
71
)
72
) ++ commonCrossDependencies
73
}
0 commit comments