Skip to content

Commit

Permalink
Update jedis to 4.3.0 (#2254)
Browse files Browse the repository at this point in the history
Co-authored-by: Balduin Landolt <33053745+BalduinLandolt@users.noreply.github.com>
  • Loading branch information
daschbot and BalduinLandolt committed Oct 17, 2022
1 parent 7ff0305 commit 3f40fe3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Expand Up @@ -78,7 +78,7 @@ object Dependencies {

// caching
val ehcache = "net.sf.ehcache" % "ehcache" % "2.10.9.2"
val jedis = "redis.clients" % "jedis" % "4.2.3"
val jedis = "redis.clients" % "jedis" % "4.3.0"

// serialization
val chill = "com.twitter" %% "chill" % "0.10.0" // Scala 3 incompatible
Expand Down

0 comments on commit 3f40fe3

Please sign in to comment.