From 8aa2a5ae1a14453080f6b2fd2e0f1d086e71e54f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 11 Aug 2026 21:38:59 +0000 Subject: [PATCH] chore(deps): update plugin org.jetbrains.kotlin.jvm to v2 --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 81afcc7..cea8600 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -3,7 +3,7 @@ import com.github.jengelman.gradle.plugins.shadow.tasks.ShadowJar plugins { // Apply the Kotlin JVM plugin to add support for Kotlin. - id("org.jetbrains.kotlin.jvm") version "1.8.0" + id("org.jetbrains.kotlin.jvm") version "2.4.10" // Kotlinx serialization for any data format kotlin("plugin.serialization") version "1.8.0" // Shade the plugin