Skip to content

Commit

Permalink
KTOR-4963 Update Kotlin version (#3189)
Browse files Browse the repository at this point in the history
  • Loading branch information
e5l committed Oct 10, 2022
1 parent a5a1ade commit a7a9e62
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ kotlin.js.compiler=both
kotlin.mpp.enableCInteropCommonization=true
kotlin.internal.mpp.hierarchicalStructureByDefault=true

kotlin_version=1.7.10
kotlin_version=1.7.20
coroutines_version=1.6.4
atomicfu_version=0.18.3
slf4j_version=1.7.36
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-version = "1.7.0"
kotlin-version = "1.7.20"
kotlinx-html-version = "0.7.5"
coroutines-version = "1.6.4"
atomicfu-version = "0.17.3"
Expand Down

0 comments on commit a7a9e62

Please sign in to comment.