Updates kotlin plugin to 2.1.0

This commit is contained in:
spencergibb
2025-06-05 16:02:13 -04:00
parent 966a37fb5e
commit 84ed5db47f

View File

@@ -276,7 +276,7 @@
<!-- Based on instructions here - https://kotlinlang.org/docs/reference/using-maven.html -->
<artifactId>kotlin-maven-plugin</artifactId>
<groupId>org.jetbrains.kotlin</groupId>
<version>1.9.25</version>
<version>2.1.0</version>
<configuration>
<jvmTarget>17</jvmTarget>
</configuration>