diff --git a/build.gradle b/build.gradle index cf1591f..46e275f 100644 --- a/build.gradle +++ b/build.gradle @@ -1,5 +1,5 @@ plugins { - id "org.jetbrains.kotlin.jvm" version "2.3.10" + id "org.jetbrains.kotlin.jvm" version "2.3.20" id "java-library" id "maven-publish" id("net.neoforged.licenser") version "0.7.5" @@ -22,7 +22,7 @@ dependencies { testImplementation("org.junit.jupiter:junit-jupiter-api:6.0.3") testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:6.0.3") testRuntimeOnly("org.junit.platform:junit-platform-launcher:6.0.3") - testImplementation("org.jetbrains.kotlin:kotlin-stdlib:2.3.10") + testImplementation("org.jetbrains.kotlin:kotlin-stdlib:2.3.20") // performance comparison with other libraries jmhImplementation("com.bedrockk:molang:1.0-SNAPSHOT")