Move to depot 1.6, and gwt-utils 1.6-SNAPSHOT

Unsure if moving to a snapshot in here is bad juju.
This commit is contained in:
Ray J. Greenwell
2012-10-10 11:19:03 -07:00
parent 5082c25185
commit 20d93c1bf6
+2 -2
View File
@@ -33,7 +33,7 @@
<dependency> <dependency>
<groupId>com.samskivert</groupId> <groupId>com.samskivert</groupId>
<artifactId>depot</artifactId> <artifactId>depot</artifactId>
<version>1.5</version> <version>1.6</version>
<optional>true</optional> <optional>true</optional>
</dependency> </dependency>
<dependency> <dependency>
@@ -45,7 +45,7 @@
<dependency> <dependency>
<groupId>com.threerings</groupId> <groupId>com.threerings</groupId>
<artifactId>gwt-utils</artifactId> <artifactId>gwt-utils</artifactId>
<version>1.5</version> <version>1.6-SNAPSHOT</version>
<optional>true</optional> <optional>true</optional>
</dependency> </dependency>