Update depends, target Java 10.

This commit is contained in:
Michael Bayne
2025-02-05 10:58:25 -08:00
parent 8711ee09d2
commit b15fdc1911
2 changed files with 5 additions and 6 deletions
+2 -2
View File
@@ -27,12 +27,12 @@
<dependency>
<groupId>com.samskivert</groupId>
<artifactId>samskivert</artifactId>
<version>1.9</version>
<version>1.10-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>18.0</version>
<version>33.4.0-jre</version>
</dependency>
<!-- optional dependencies -->
+3 -4
View File
@@ -43,7 +43,7 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<narya.version>1.15</narya.version>
<narya.version>1.17-SNAPSHOT</narya.version>
</properties>
<modules>
@@ -57,10 +57,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>