Update our dependencies in preparation for a public release.

git-svn-id: svn+ssh://src.earth.threerings.net/nenya/trunk@1137 ed5b42cb-e716-0410-a449-f6a68f950b19
This commit is contained in:
Michael Bayne
2011-04-04 04:24:21 +00:00
parent 095fb41ae8
commit c28447faca
2 changed files with 5 additions and 3 deletions
+1 -1
View File
@@ -48,7 +48,7 @@
<dependency>
<groupId>com.threerings</groupId>
<artifactId>naryalib</artifactId>
<version>1.2</version>
<version>1.8</version>
<scope>compile</scope>
<type>swc</type>
</dependency>
+4 -2
View File
@@ -61,7 +61,7 @@
<dependency>
<groupId>com.samskivert</groupId>
<artifactId>samskivert</artifactId>
<version>1.1</version>
<version>1.3</version>
<scope>compile</scope>
</dependency>
<dependency>
@@ -76,10 +76,11 @@
<version>2.0</version>
<scope>compile</scope>
</dependency>
<!-- optional dependencies -->
<dependency>
<groupId>com.threerings</groupId>
<artifactId>narya</artifactId>
<version>1.4</version>
<version>1.8</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
@@ -139,6 +140,7 @@
<scope>compile</scope>
<optional>true</optional>
</dependency>
<!-- testing and other dependencies -->
<dependency>
<groupId>org.apache.ant</groupId>
<artifactId>ant</artifactId>