Switched back to compiling for Java 11.

This commit is contained in:
Erik C. Thauvin 2021-07-27 11:15:41 -07:00
parent f5b543a582
commit 16c009a384
6 changed files with 18 additions and 9 deletions

View file

@ -40,7 +40,7 @@
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-bom</artifactId>
<version>1.5.20</version>
<version>1.5.21</version>
<type>pom</type>
<scope>import</scope>
</dependency>
@ -50,7 +50,7 @@
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-stdlib-jdk8</artifactId>
<version>1.5.20</version>
<version>1.5.21</version>
<scope>runtime</scope>
</dependency>
<dependency>