From 158e8f79d3ef4b159cbaa5c965ea032965f59a7c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 30 Oct 2023 22:02:36 +0000 Subject: [PATCH] Update plugin org.jetbrains.kotlin.plugin.serialization 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 19f0c14..c4c9af0 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -5,7 +5,7 @@ plugins { // Apply the Kotlin JVM plugin to add support for Kotlin. id("org.jetbrains.kotlin.jvm") version "1.6.20" // Kotlinx serialization for any data format - kotlin("plugin.serialization") version "1.6.20" + kotlin("plugin.serialization") version "1.9.20" // Shade the plugin id("com.github.johnrengelman.shadow") version "7.0.0" // Allow publishing