Skip to content

Commit

Permalink
chore: upgrade kotlin → 2.1.0
Browse files Browse the repository at this point in the history
Signed-off-by: Sam Gammon <[email protected]>
  • Loading branch information
sgammon committed Dec 19, 2024
1 parent 4d996f2 commit f9c6097
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ import org.jetbrains.kotlin.gradle.targets.js.yarn.YarnPlugin
import org.jetbrains.kotlin.gradle.targets.js.yarn.YarnRootExtension

plugins {
kotlin("multiplatform") version "2.0.0-RC3" apply false
kotlin("plugin.serialization") version "2.0.0-RC3" apply false
kotlin("multiplatform") version "2.1.0" apply false
kotlin("plugin.serialization") version "2.1.0" apply false
alias(libs.plugins.testlogger) apply false
alias(libs.plugins.kotlinx.benchmark) apply false

Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[versions]
kotlin = "2.0.20"
kotlin = "2.1.0"
kover = "0.9.0"
kotlinx_benchmark = "0.4.10"
kotlinx_apiValidator = "0.14.0"
Expand Down

0 comments on commit f9c6097

Please sign in to comment.