bump kotlin

This commit is contained in:
Moritz Zwerger 2025-07-04 20:26:34 +02:00
parent c65d7db6c6
commit b2083e2b78
No known key found for this signature in database
GPG Key ID: 5CAD791931B09AC4

View File

@ -47,7 +47,7 @@ import java.util.stream.Collectors
plugins {
kotlin("jvm") version "2.1.21"
kotlin("jvm") version "2.2.0"
`jvm-test-suite`
application
id("org.ajoberstar.grgit.service") version "5.3.0"
@ -176,7 +176,7 @@ testing {
dependencies {
implementation(project())
implementation("de.bixilon:kutil:$kutilVersion")
implementation("org.jetbrains.kotlin:kotlin-test:2.1.21")
implementation("org.jetbrains.kotlin:kotlin-test:2.2.0")
}
targets {
@ -401,7 +401,7 @@ dependencies {
lwjgl("stb")
// kotlin
implementation(kotlin("reflect", "2.1.21"))
implementation(kotlin("reflect", "2.2.0"))
// platform specific