Skip to content

Commit

Permalink
Update Kotlin related dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 3, 2024
1 parent c4e12c8 commit 18d7b2b
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,12 +1,12 @@
[versions]
kotlin = "1.9.24"
kotlin = "1.9.25"
android-gradle = "8.7.0"
compose-bom = "2023.10.01"
compose-compiler = "1.5.14"
compose-compiler = "1.5.15"
orbitmvi = "6.1.1"
androidx-room = "2.4.2"
coroutines = "1.8.1"
ksp = "1.9.24-1.0.20"
coroutines = "1.9.0"
ksp = "1.9.25-1.0.20"
anvil = "2.4.9"
dagger = "2.52"
whetstone = "0.8.0"
Expand All @@ -15,7 +15,7 @@ ktlint = "1.1.1"
kotlinter = "4.4.1"
kotlinPoet = "1.18.1"
androidCacheFix = "3.0.1"
kotlinxSerialization = "1.6.3"
kotlinxSerialization = "1.7.3"
okhttp = "4.12.0"
retrofit = "2.11.0"
resilience4j = "2.2.0"
Expand Down

0 comments on commit 18d7b2b

Please sign in to comment.