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:
+1
-1
@@ -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 -->
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user