Skip to content

Commit

Permalink
Update plugin org.jetbrains.kotlin.plugin.serialization to v2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 26, 2025
1 parent 0d6c4b1 commit 5ed8e9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import java.net.URI
plugins {
id("com.github.johnrengelman.shadow") version "8.1.1" apply false

kotlin("plugin.serialization") version "2.0.20" apply false
kotlin("plugin.serialization") version "2.1.0" apply false
kotlin("jvm") version "2.0.21" apply false
}

Expand Down

0 comments on commit 5ed8e9c

Please sign in to comment.