Skip to content

Commit 11c7eed

Browse files
chore(deps): update plugin org.jetbrains.kotlin.plugin.serialization to v2 (#119)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent c2eefb9 commit 11c7eed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
2121
plugins {
2222
kotlin("jvm") version "2.0.0" apply false
2323
kotlin("kapt") version "1.9.24" apply false
24-
kotlin("plugin.serialization") version "1.9.24" apply false
24+
kotlin("plugin.serialization") version "2.0.0" apply false
2525
id("com.github.johnrengelman.shadow") version "8.1.1" apply false
2626
}
2727

0 commit comments

Comments
 (0)