Skip to content

Commit

Permalink
Update Kotlin to 2.0.20-RC
Browse files Browse the repository at this point in the history
  • Loading branch information
lukellmann committed Jul 30, 2024
1 parent b866511 commit b9b1374
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[versions]

# api dependencies
kotlin = "2.0.20-Beta2" # https://github.com/JetBrains/kotlin
kotlin = "2.0.20-RC" # https://github.com/JetBrains/kotlin
ktor = "2.3.12" # https://github.com/ktorio/ktor
kotlinx-coroutines = "1.8.1" # https://github.com/Kotlin/kotlinx.coroutines
kotlinx-serialization = "1.7.1" # https://github.com/Kotlin/kotlinx.serialization
Expand All @@ -18,7 +18,7 @@ stately = "2.0.7" # https://github.com/touchlab/Stately
fastZlib = "2.0.1" # https://github.com/timotejroiko/fast-zlib

# code generation
ksp = "2.0.20-Beta2-1.0.23" # https://github.com/google/ksp
ksp = "2.0.20-RC-1.0.24" # https://github.com/google/ksp
kotlinpoet = "1.18.1" # https://github.com/square/kotlinpoet

# tests
Expand Down

0 comments on commit b9b1374

Please sign in to comment.