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

Commit ae40bb3

Browse files
Update plugin org.jetbrains.kotlin.plugin.serialization to v1.9.22
1 parent 4139ff2 commit ae40bb3

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
@@ -2,7 +2,7 @@ plugins {
22
// Apply the Kotlin JVM plugin to add support for Kotlin.
33
kotlin("jvm") version "1.7.22"
44
// Kotlinx serialization for any data format
5-
kotlin("plugin.serialization") version "1.7.22"
5+
kotlin("plugin.serialization") version "1.9.22"
66
// Shade the plugin
77
id("com.github.johnrengelman.shadow") version "7.1.2"
88
// Allow publishing

0 commit comments

Comments
 (0)