Skip to content

Commit

Permalink
Bump Ehcache: 2.8.4 -> 2.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cb372 committed May 17, 2015
1 parent b5ffb3c commit 369fb9c
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 @@ -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"
)
)
Expand Down

0 comments on commit 369fb9c

Please sign in to comment.