Skip to content
This repository was archived by the owner on Sep 2, 2024. It is now read-only.

Commit a3e88c0

Browse files
Update plugin org.jetbrains.kotlin.plugin.serialization to v1.9.20
1 parent 036add8 commit a3e88c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ plugins {
55
// Apply the Kotlin JVM plugin to add support for Kotlin.
66
id("org.jetbrains.kotlin.jvm") version "1.7.0"
77
// Kotlinx serialization for any data format
8-
kotlin("plugin.serialization") version "1.7.0"
8+
kotlin("plugin.serialization") version "1.9.20"
99
// Shade the plugin
1010
id("com.github.johnrengelman.shadow") version "7.0.0"
1111
// Allow publishing

0 commit comments

Comments
 (0)