Skip to content

Commit 5e98932

Browse files
authored
Merge branch 'main' into fix-traverse
2 parents d0d2006 + f23548b commit 5e98932

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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.8",
6969
"org.http4s" %% "http4s-circe" % "0.23.8",
70-
"redis.clients" % "jedis" % "4.0.1"
70+
"redis.clients" % "jedis" % "4.1.0"
7171
)
7272
) ++ commonCrossDependencies
7373
}

0 commit comments

Comments
 (0)