Bumped Kotlin extension to version 0.9.8

This commit is contained in:
Erik C. Thauvin 2024-05-27 18:09:50 -07:00
parent e0ed72d8a2
commit bc8f5d7670
Signed by: erik
GPG key ID: 776702A6A2DA330E
4 changed files with 3 additions and 4 deletions

View file

@ -18,7 +18,7 @@
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-stdlib</artifactId>
<version>1.9.24</version>
<version>2.0.0</version>
<scope>compile</scope>
</dependency>
<dependency>