From fe56039c4ea6d268887259533e2edf3a729339f4 Mon Sep 17 00:00:00 2001 From: Michael Bayne Date: Thu, 12 Mar 2015 08:53:05 -0700 Subject: [PATCH] Reference (forthcoming) 1.7 release. --- docs/Configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Configuration.md b/docs/Configuration.md index cabfd91..6157881 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.5` +following configuration: `com.samskivert:depot:1.7` 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).