Skip to content

Commit

Permalink
Bump Jedis version to 2.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
cb372 committed May 15, 2015
1 parent 1d90d48 commit c29043b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Build.scala
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ object ScalaCacheBuild extends Build {
.settings(implProjectSettings: _*)
.settings(
libraryDependencies ++= Seq(
"redis.clients" % "jedis" % "2.6.0"
"redis.clients" % "jedis" % "2.7.2"
) ++ playTesting
)
.dependsOn(core)
Expand Down

0 comments on commit c29043b

Please sign in to comment.