Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
# Kotlin
adam = "0.5.10" # https://github.com/Malinskiy/adam
jmdns = "3.6.3" # https://github.com/jmdns/jmdns
kotlin = "2.3.21" # https://github.com/JetBrains/kotlin
kotlin = "2.4.0" # https://github.com/JetBrains/kotlin
agp = "8.13.2" # https://developer.android.com/build/releases/gradle-plugin
kotlinxBrowser = "0.5.0" # https://github.com/Kotlin/kotlinx-browser
ksp = "2.2.20-2.0.4" # https://github.com/google/ksp
ksp = "2.3.9" # https://github.com/google/ksp

# Logging
kermit = "2.1.0" # https://github.com/touchlab/Kermit
Expand All @@ -21,7 +21,7 @@ dokka = "2.2.0" # https://github.com/Kotlin/dokka
lyricist = "1.7.0" # https://github.com/adrielcafe/lyricist

# Networking
ktor = "3.4.3" # https://github.com/ktorio/ktor
ktor = "3.5.1" # https://github.com/ktorio/ktor

# Compose
compose = "1.10.3" # https://github.com/JetBrains/compose-multiplatform
Expand Down
Loading