From c7a382ce88e24766f10b1110aacdac789e5f47ea Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 30 Oct 2023 22:55:52 +0000 Subject: [PATCH] Update plugin org.jetbrains.kotlin.jvm to v1.9.20 --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 3411ea35..f7a92989 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -1,6 +1,6 @@ plugins { // Apply the Kotlin JVM plugin to add support for Kotlin. - kotlin("jvm") version "1.7.22" + kotlin("jvm") version "1.9.20" // Kotlinx serialization for any data format kotlin("plugin.serialization") version "1.7.22" // Shade the plugin