build: depend on local-stack SNAPSHOTs (ooo-util 1.6, depot 1.9, jmustache 1.17)

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
2026-06-14 11:39:45 +12:00
parent cb6e321e5f
commit cbff83badd
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -16,7 +16,7 @@
<dependency>
<groupId>com.threerings</groupId>
<artifactId>ooo-util</artifactId>
<version>1.5</version>
<version>1.6-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.google.inject</groupId>
@@ -28,7 +28,7 @@
<dependency>
<groupId>com.samskivert</groupId>
<artifactId>depot</artifactId>
<version>1.8</version>
<version>1.9-SNAPSHOT</version>
<optional>true</optional>
</dependency>
<dependency>
+1 -1
View File
@@ -21,7 +21,7 @@
<dependency>
<groupId>com.samskivert</groupId>
<artifactId>jmustache</artifactId>
<version>1.4</version>
<version>1.17-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.javassist</groupId>