Skip to content

Commit

Permalink
fix(deps): update kotlin
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 16, 2024
1 parent 6766e39 commit 8de6e75
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[versions]
agp = "8.4.0"
kotlin = "1.9.23"
ksp = "1.9.23-1.0.20" # note: https://github.com/google/ksp/releases?q=&expanded=true
composeCompiler = "1.5.13" # note: https://developer.android.com/jetpack/androidx/releases/compose-kotlin#pre-release_kotlin_compatibility
kotlin = "1.9.25"
ksp = "1.9.25-1.0.20" # note: https://github.com/google/ksp/releases?q=&expanded=true
composeCompiler = "1.5.15" # note: https://developer.android.com/jetpack/androidx/releases/compose-kotlin#pre-release_kotlin_compatibility
hilt = "2.52"
hiltNavigationCompose = "1.2.0"
navigation = "2.7.5"
Expand All @@ -11,10 +11,10 @@ activityCompose = "1.9.2"
composeBom = "2024.05.00"
firebaseBom = "33.0.0"
googleServices = "4.4.1"
coroutine = "1.8.0"
coroutine = "1.9.0"
ktor = "2.3.12"
okhttp = "4.12.0"
serialization = "1.6.3"
serialization = "1.7.3"
collectionsImmutable = "0.3.4"
secret = "2.0.1"
detekt = "1.23.7"
Expand Down

0 comments on commit 8de6e75

Please sign in to comment.