Skip to content

Commit

Permalink
Update Kotlin to 2.1.0-RC
Browse files Browse the repository at this point in the history
  • Loading branch information
lukellmann committed Nov 10, 2024
1 parent 07b13b2 commit fa4f99b
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.1.0-Beta2" # https://github.com/JetBrains/kotlin
kotlin = "2.1.0-RC" # https://github.com/JetBrains/kotlin
ktor = "3.0.0" # https://github.com/ktorio/ktor
kotlinx-coroutines = "1.9.0" # https://github.com/Kotlin/kotlinx.coroutines
kotlinx-serialization = "1.7.3" # https://github.com/Kotlin/kotlinx.serialization
Expand All @@ -17,7 +17,7 @@ stately = "2.1.0" # https://github.com/touchlab/Stately
fastZlib = "2.0.1" # https://github.com/timotejroiko/fast-zlib

# code generation
ksp = "2.1.0-Beta2-1.0.25" # https://github.com/google/ksp
ksp = "2.1.0-RC-1.0.27" # https://github.com/google/ksp
kotlinpoet = "1.18.1" # https://github.com/square/kotlinpoet

# tests
Expand Down

0 comments on commit fa4f99b

Please sign in to comment.