Skip to content

Commit

Permalink
Update Kotlin to v1.5.10
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and renovate[bot] committed May 24, 2021
1 parent 1112aba commit 93a8751
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,8 +20,8 @@ rootProject.name = "kaml"

pluginManagement {
plugins {
kotlin("multiplatform") version "1.5.0"
kotlin("plugin.serialization") version "1.5.0"
kotlin("multiplatform") version "1.5.10"
kotlin("plugin.serialization") version "1.5.10"
id("com.github.ben-manes.versions") version "0.38.0"
}
}

0 comments on commit 93a8751

Please sign in to comment.