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 Jun 25, 2024
1 parent 83eec2a commit a7bac35
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.24"
ksp = "1.9.24-1.0.20" # note: https://github.com/google/ksp/releases?q=&expanded=true
composeCompiler = "1.5.14" # note: https://developer.android.com/jetpack/androidx/releases/compose-kotlin#pre-release_kotlin_compatibility
hilt = "2.51.1"
hiltNavigationCompose = "1.2.0"
navigation = "2.7.5"
Expand All @@ -11,10 +11,10 @@ activityCompose = "1.9.0"
composeBom = "2024.05.00"
firebaseBom = "33.0.0"
googleServices = "4.4.1"
coroutine = "1.8.0"
coroutine = "1.8.1"
ktor = "2.3.11"
okhttp = "4.12.0"
serialization = "1.6.3"
serialization = "1.7.1"
collectionsImmutable = "0.3.4"
secret = "2.0.1"
detekt = "1.23.6"
Expand Down

0 comments on commit a7bac35

Please sign in to comment.