Upgraded to Kotlin 1.7.20

This commit is contained in:
Erik C. Thauvin 2022-09-29 21:32:03 -07:00
parent ad7bab2f28
commit 790238a2b4
5 changed files with 7 additions and 8 deletions

View file

@ -40,7 +40,7 @@
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-bom</artifactId>
<version>1.7.10</version>
<version>1.7.20</version>
<type>pom</type>
<scope>import</scope>
</dependency>
@ -50,13 +50,13 @@
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-stdlib-jdk8</artifactId>
<version>1.7.10</version>
<version>1.7.20</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.json</groupId>
<artifactId>json</artifactId>
<version>20220320</version>
<version>20220924</version>
<scope>runtime</scope>
</dependency>
</dependencies>