Skip to content

Commit

Permalink
Merge pull request #62 from fraktalio/renovate/org.jetbrains.kotlin.p…
Browse files Browse the repository at this point in the history
…lugin.serialization-1.x

Update plugin org.jetbrains.kotlin.plugin.serialization to v1.9.23
  • Loading branch information
idugalic committed Apr 6, 2024
2 parents 1b022de + 2b65909 commit 5f17fd4
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 @@ -13,7 +13,7 @@ val kotlinx_collections_immutable_version: String by project
plugins {
kotlin("jvm") version "1.9.23"
id("io.ktor.plugin") version "2.3.9"
id("org.jetbrains.kotlin.plugin.serialization") version "1.9.22"
id("org.jetbrains.kotlin.plugin.serialization") version "1.9.23"
}


Expand Down

0 comments on commit 5f17fd4

Please sign in to comment.