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 May 13, 2024
1 parent b4f3ba4 commit 181aa64
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
@@ -1,7 +1,7 @@
[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
kotlin = "1.9.24"
ksp = "1.9.24-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
hilt = "2.51.1"
hiltNavigationCompose = "1.2.0"
Expand All @@ -11,7 +11,7 @@ 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"
Expand Down

0 comments on commit 181aa64

Please sign in to comment.