Skip to content

Commit

Permalink
Update kotlin dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 10, 2024
1 parent adceb63 commit 6500570
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ javapoet = "1.13.0"
junit4 = "4.13.2"
junitJupiter = "5.10.2"
# Must be in line with Compose compiler: https://developer.android.com/jetpack/androidx/releases/compose-kotlin
kotlin = "1.9.23"
kotlinCoroutines = "1.8.0"
kotlin = "1.9.24"
kotlinCoroutines = "1.8.1"
kotlinSerialization = "1.6.3"
kover = "0.7.6"
# KSP version must align with Kotlin version: https://github.com/google/ksp/releases
ksp = "1.9.23-1.0.20"
ksp = "1.9.24-1.0.20"
ktor = "2.3.11"
lottie = "6.4.0"
mockk = "1.13.10"
Expand Down

0 comments on commit 6500570

Please sign in to comment.