Update narya references to 1.14.

I have no idea if this is right, but otherwise I seem to be blocked on building
because of a missing SWC. Rage! Why am I blocked from making a jar file
because of some stupid flash shit that nobody will ever care about again?
This commit is contained in:
Ray J. Greenwell
2014-07-23 15:56:39 -07:00
parent fe9d8f4d5c
commit eda0f713b3
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -52,7 +52,7 @@
<dependency>
<groupId>com.threerings</groupId>
<artifactId>naryalib</artifactId>
<version>1.11</version>
<version>1.14</version>
<type>swc</type>
</dependency>
<!-- needed for the build, but not an exported dependency -->
+1 -1
View File
@@ -63,7 +63,7 @@
<target name="-preptools" depends="-prepare">
<artifact:dependencies pathId="ntools.classpath">
<dependency groupId="com.threerings" artifactId="narya-tools" version="1.11"/>
<dependency groupId="com.threerings" artifactId="narya-tools" version="1.14"/>
</artifact:dependencies>
<taskdef resource="com/threerings/presents/tools.properties" classpathref="ntools.classpath"/>
</target>