From f663ac9bd4068fcdff33e9d6bd6978e4c4e0230f Mon Sep 17 00:00:00 2001 From: Michael Bayne Date: Thu, 26 Jun 2014 11:57:47 -0700 Subject: [PATCH] Bump version in docs. --- docs/Configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Configuration.md b/docs/Configuration.md index 421cbdc..cabfd91 100644 --- a/docs/Configuration.md +++ b/docs/Configuration.md @@ -7,7 +7,7 @@ Depot currently requires JDK 1.6 or greater. ### Integrate with Ivy or Maven Depot is published to the Maven Central repository and can be added as a dependency using the -following configuration: `com.samskivert:depot:1.6.4` +following configuration: `com.samskivert:depot:1.6.5` This will automatically include the Google Guava and samskivert dependencies. You can add Ehcache as well via `net.sf.ehcache:ehcache:1.6.0` (or a newer version, if available).