Use guava 11.0.1

git-svn-id: svn+ssh://src.earth.threerings.net/nenya/trunk@1188 ed5b42cb-e716-0410-a449-f6a68f950b19
This commit is contained in:
Ray Greenwell
2012-01-10 21:08:22 +00:00
parent 9a49191ac9
commit 9c04e6b42f
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -18,7 +18,7 @@
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>10.0</version>
<version>11.0.1</version>
<scope>compile</scope>
</dependency>
<dependency>
+1 -1
View File
@@ -64,7 +64,7 @@
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>10.0</version>
<version>11.0.1</version>
</dependency>
<!-- optional dependencies -->
<dependency>