Skip to content

Commit

Permalink
chore(deps): update plugin org.jetbrains.kotlin.plugin.serialization …
Browse files Browse the repository at this point in the history
…to v1.9.24
  • Loading branch information
renovate[bot] committed May 7, 2024
1 parent a0a58f8 commit f659e79
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 @@ -9,7 +9,7 @@ var viteProcess: Process? = null
plugins {
kotlin("jvm") version "1.9.24"
id("io.ktor.plugin") version "2.3.10"
id("org.jetbrains.kotlin.plugin.serialization") version "1.9.23"
id("org.jetbrains.kotlin.plugin.serialization") version "1.9.24"
}

group = "com.cardmaster"
Expand Down

0 comments on commit f659e79

Please sign in to comment.