Skip to content

Commit

Permalink
Merge pull request #62 from Jozott00/dependabot/gradle/plugin.seriali…
Browse files Browse the repository at this point in the history
…zation-2.0.0

Bump plugin.serialization from 1.9.23 to 2.0.0
  • Loading branch information
Jozott00 authored May 29, 2024
2 parents c2768a3 + b214a62 commit e737e61
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 @@ -11,7 +11,7 @@ plugins {
alias(libs.plugins.changelog) // Gradle Changelog Plugin
alias(libs.plugins.qodana) // Gradle Qodana Plugin
alias(libs.plugins.kover) // Gradle Kover Plugin
kotlin("plugin.serialization") version "1.9.23"
kotlin("plugin.serialization") version "2.0.0"
}

group = properties("pluginGroup").get()
Expand Down

0 comments on commit e737e61

Please sign in to comment.