From 369fb9c83a8997a86421f1453d7e6feb1a09d5ac Mon Sep 17 00:00:00 2001 From: Chris Birchall Date: Sun, 17 May 2015 11:31:06 +0100 Subject: [PATCH] Bump Ehcache: 2.8.4 -> 2.10.0 --- project/Build.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Build.scala b/project/Build.scala index f6261064..11400f7f 100644 --- a/project/Build.scala +++ b/project/Build.scala @@ -68,7 +68,7 @@ object ScalaCacheBuild extends Build { .settings(implProjectSettings: _*) .settings( libraryDependencies ++= Seq( - "net.sf.ehcache" % "ehcache" % "2.8.4", + "net.sf.ehcache" % "ehcache" % "2.10.0", "javax.transaction" % "jta" % "1.1" ) )