mirror of
https://gitlab.bixilon.de/bixilon/minosoft.git
synced 2025-09-16 02:45:13 -04:00
bump kotlin
This commit is contained in:
parent
c65d7db6c6
commit
b2083e2b78
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user