Skip to content
This repository has been archived by the owner on Jun 26, 2024. It is now read-only.

Commit

Permalink
Merge pull request #139 from kukv/renovate/org.jetbrains.kotlin.plugi…
Browse files Browse the repository at this point in the history
…n.serialization-2.x

Update plugin org.jetbrains.kotlin.plugin.serialization to v2
  • Loading branch information
kukv committed Jun 26, 2024
2 parents e83dd90 + ca05a63 commit cbd671b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/environment-basic/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinJvmCompile
plugins {
application
kotlin("jvm") version "2.0.0"
kotlin("plugin.serialization") version "1.9.24"
kotlin("plugin.serialization") version "2.0.0"
}

dependencies {
Expand Down

0 comments on commit cbd671b

Please sign in to comment.