From 11c7eed0a776ee5f088fe8f0c7114b1d54e7ff79 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 14 Jun 2024 16:34:15 +0200 Subject: [PATCH] chore(deps): update plugin org.jetbrains.kotlin.plugin.serialization to v2 (#119) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index c718ce4c..8675d4b8 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -21,7 +21,7 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile plugins { kotlin("jvm") version "2.0.0" apply false kotlin("kapt") version "1.9.24" apply false - kotlin("plugin.serialization") version "1.9.24" apply false + kotlin("plugin.serialization") version "2.0.0" apply false id("com.github.johnrengelman.shadow") version "8.1.1" apply false }