Fix compile errors
Hook battery / PR-target hook battery (push) Has been cancelled

This commit is contained in:
Hammer
2026-07-11 15:41:28 -04:00
parent 2e90637bf3
commit 2f78d57fbd
2 changed files with 15 additions and 3 deletions
+6 -2
View File
@@ -16,14 +16,18 @@
<dependency>
<groupId>com.samskivert</groupId>
<artifactId>samskivert</artifactId>
<version>1.12-SNAPSHOT</version>
<version>1.11</version>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>33.4.0-jre</version>
</dependency>
<dependency>
<groupId>com.threerings</groupId>
<artifactId>ooo-util</artifactId>
<version>1.6</version>
</dependency>
<!-- optional dependencies -->
<dependency>
<groupId>com.threerings</groupId>
+9 -1
View File
@@ -36,10 +36,18 @@
<url>https://github.com/threerings/nenya/</url>
<tag>HEAD</tag>
</scm>
<repositories>
<repository>
<id>affliction-public</id>
<name>affliction-public</name>
<url>https://mvn.afflictionid.com/repository/public-repo/</url>
</repository>
</repositories>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<narya.version>1.20-SNAPSHOT</narya.version>
<narya.version>1.22</narya.version>
</properties>
<modules>