Skip to content

Commit

Permalink
jedis 4.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
brharrington committed May 9, 2023
1 parent 75bcd06 commit 2581406
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ object Dependencies {
val jakartaAnno = "jakarta.annotation" % "jakarta.annotation-api" % "2.1.1"
val jakartaInject = "jakarta.inject" % "jakarta.inject-api" % "2.0.1"
val jodaTime = "joda-time" % "joda-time" % "2.10.10"
val jedis = "redis.clients" % "jedis" % "4.3.1"
val jedis = "redis.clients" % "jedis" % "4.4.0"
val junit = "junit" % "junit" % "4.12"
val junitInterface = "com.novocode" % "junit-interface" % "0.11"
val jzlib = "com.jcraft" % "jzlib" % "1.1.3"
Expand Down

0 comments on commit 2581406

Please sign in to comment.