From a39e96cdf3d739c6c8aaedbda3772556e3bfcd0c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 17 Mar 2023 22:08:12 +0000 Subject: [PATCH] Update plugin org.jetbrains.kotlin.plugin.serialization to v1.8.10 --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 3411ea35..fdb27215 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -2,7 +2,7 @@ plugins { // Apply the Kotlin JVM plugin to add support for Kotlin. kotlin("jvm") version "1.7.22" // Kotlinx serialization for any data format - kotlin("plugin.serialization") version "1.7.22" + kotlin("plugin.serialization") version "1.8.10" // Shade the plugin id("com.github.johnrengelman.shadow") version "7.1.2" // Allow publishing