Skip to content

Commit

Permalink
Update jedis to 4.2.3 (#2132)
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 Jul 31, 2022
1 parent 6e54443 commit 624de47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Expand Up @@ -77,7 +77,7 @@ object Dependencies {

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

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

0 comments on commit 624de47

Please sign in to comment.