From d5f275d50dc46f078ee69a765999f129de79b59b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 3 Jun 2026 09:46:44 +0000 Subject: [PATCH] Update kotlin monorepo to v2.4.0 --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 4d137f0..c9d60e0 100644 --- a/build.gradle +++ b/build.gradle @@ -1,5 +1,5 @@ plugins { - id "org.jetbrains.kotlin.jvm" version "2.3.21" + id "org.jetbrains.kotlin.jvm" version "2.4.0" 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.1.0") testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:6.1.0") testRuntimeOnly("org.junit.platform:junit-platform-launcher:6.1.0") - testImplementation("org.jetbrains.kotlin:kotlin-stdlib:2.3.21") + testImplementation("org.jetbrains.kotlin:kotlin-stdlib:2.4.0") // performance comparison with other libraries jmhImplementation("com.bedrockk:molang:1.0-SNAPSHOT")