Skip to content

Commit ec4b27e

Browse files
authored
Update jedis to 6.2.0
1 parent 8afd441 commit ec4b27e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

project/ProjectPlugin.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ object ProjectPlugin extends AutoPlugin {
6767
"org.tpolecat" %% "atto-core" % "0.9.5",
6868
"org.http4s" %% "http4s-blaze-client" % "0.23.17",
6969
"org.http4s" %% "http4s-circe" % "0.23.30",
70-
"redis.clients" % "jedis" % "6.1.0",
70+
"redis.clients" % "jedis" % "6.2.0",
7171
"io.circe" %% "circe-parser" % "0.14.14" % Test,
7272
"org.slf4j" % "slf4j-simple" % "2.0.17" % Test
7373
)

0 commit comments

Comments
 (0)