Switched to compiling for Java 1.8.

This commit is contained in:
Erik C. Thauvin 2021-07-08 12:03:27 -07:00
parent 8c1118611e
commit 8f3e04c021
2 changed files with 4 additions and 4 deletions

View file

@ -40,7 +40,7 @@
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-bom</artifactId>
<version>1.5.10</version>
<version>1.5.20</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.10</version>
<version>1.5.20</version>
<scope>runtime</scope>
</dependency>
<dependency>