Update depends, target Java 10.
This commit is contained in:
+2
-2
@@ -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 -->
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user