Update dependencies, target Java 10.

This commit is contained in:
Michael Bayne
2025-02-05 11:01:10 -08:00
parent 8bbdabe5d6
commit 702c2d697f
2 changed files with 7 additions and 8 deletions
+5 -5
View File
@@ -16,24 +16,24 @@
<dependency>
<groupId>com.threerings</groupId>
<artifactId>ooo-util</artifactId>
<version>1.4.1</version>
<version>1.5-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.threerings</groupId>
<artifactId>narya</artifactId>
<version>1.15</version>
<version>1.17-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.threerings</groupId>
<artifactId>nenya</artifactId>
<version>1.6</version>
<version>1.7-SNAPSHOT</version>
</dependency>
<!-- optional dependencies -->
<dependency>
<groupId>com.threerings</groupId>
<artifactId>nenya-tools</artifactId>
<version>1.6</version>
<version>1.7-SNAPSHOT</version>
<optional>true</optional>
</dependency>
<dependency>
@@ -45,7 +45,7 @@
<dependency>
<groupId>com.samskivert</groupId>
<artifactId>depot</artifactId>
<version>1.7</version>
<version>1.8-SNAPSHOT</version>
<optional>true</optional>
</dependency>
<dependency>
+2 -3
View File
@@ -51,10 +51,9 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.1</version>
<version>3.13.0</version>
<configuration>
<source>1.6</source>
<target>1.6</target>
<release>10</release>
<fork>true</fork>
<showDeprecation>true</showDeprecation>
<showWarnings>true</showWarnings>