From 30a2d8f8f258791745a895213de097ca97d86690 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 16 Mar 2026 13:57:12 +0000 Subject: [PATCH] Update kotlin monorepo to v2.3.20 --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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")