From 418f16d1099ba44b3e7ce028bf5c982797a8c973 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 28 May 2023 09:28:27 +0000 Subject: [PATCH] Update plugin org.jetbrains.kotlin.jvm to v1.8.21 --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 3411ea35..be30f981 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.8.21" // Kotlinx serialization for any data format kotlin("plugin.serialization") version "1.7.22" // Shade the plugin