Skip to content

Commit

Permalink
Update Kotlin to v1.9.10
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Aug 23, 2023
1 parent ca6247d commit a2871cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ rootProject.name = "kaml"

pluginManagement {
plugins {
kotlin("multiplatform") version "1.9.0"
kotlin("plugin.serialization") version "1.9.0"
kotlin("multiplatform") version "1.9.10"
kotlin("plugin.serialization") version "1.9.10"
}
}

0 comments on commit a2871cf

Please sign in to comment.