Skip to content

Commit

Permalink
Update to Kotlin 2.0.0 (whoop whoop)
Browse files Browse the repository at this point in the history
- Update Kotlin to 2.0.0
- Update ktor to 2.3.11
- Update kotlinx-coroutines to 1.8.1
- Update kotlinx-serialization to 1.7.0-RC
- Update kotlinx-datetime to 0.6.0
- Update kotlin-logging to 6.0.9
- Update slf4j to 2.0.13
- Update mockk to 1.13.11
- Update bson to 6.1.0
  • Loading branch information
DRSchlaubi authored and lukellmann committed May 21, 2024
1 parent 9fe52c2 commit e6bfb58
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
[versions]

# api dependencies
kotlin = "2.0.0-RC3" # https://github.com/JetBrains/kotlin
ktor = "2.3.9" # https://github.com/ktorio/ktor
kotlinx-coroutines = "1.8.0" # https://github.com/Kotlin/kotlinx.coroutines
kotlinx-serialization = "1.6.3" # https://github.com/Kotlin/kotlinx.serialization
kotlinx-datetime = "0.5.0" # https://github.com/Kotlin/kotlinx-datetime
kotlin = "2.0.0" # https://github.com/JetBrains/kotlin
ktor = "2.3.11" # https://github.com/ktorio/ktor
kotlinx-coroutines = "1.8.1" # https://github.com/Kotlin/kotlinx.coroutines
kotlinx-serialization = "1.7.0-RC" # https://github.com/Kotlin/kotlinx.serialization
kotlinx-datetime = "0.6.0" # https://github.com/Kotlin/kotlinx-datetime
kord-cache = "0.4.0" # https://github.com/kordlib/cache

# implementation dependencies
kotlin-logging = "6.0.3" # https://github.com/oshai/kotlin-logging
kotlin-logging = "6.0.9" # https://github.com/oshai/kotlin-logging
kotlin-logging-old = "3.0.5" # TODO remove after dependency is removed in rest, gateway, voice and core
slf4j = "2.0.12" # https://www.slf4j.org
kotlin-node = "20.11.5-pre.706" # https://github.com/JetBrains/kotlin-wrappers
slf4j = "2.0.13" # https://www.slf4j.org
kotlin-node = "20.11.30-pre.750" # https://github.com/JetBrains/kotlin-wrappers
bignum = "0.3.9" # https://github.com/ionspin/kotlin-multiplatform-bignum
stately = "2.0.6" # https://github.com/touchlab/Stately
stately = "2.0.7" # https://github.com/touchlab/Stately
fastZlib = "2.0.1" # https://github.com/timotejroiko/fast-zlib

# code generation
Expand All @@ -24,8 +24,8 @@ kotlinpoet = "1.16.0" # https://github.com/square/kotlinpoet
# tests
junit-jupiter = "5.10.2" # https://github.com/junit-team/junit5
junit-platform = "1.10.2"
mockk = "1.13.10" # https://github.com/mockk/mockk
bson = "5.0.1" # https://github.com/mongodb/mongo-java-driver
mockk = "1.13.11" # https://github.com/mockk/mockk
bson = "5.1.0" # https://github.com/mongodb/mongo-java-driver
kbson = "0.5.0" # https://github.com/jershell/kbson

# plugins
Expand Down

0 comments on commit e6bfb58

Please sign in to comment.