Skip to content

Commit b2d72d9

Browse files
Update Kotlin related dependencies
1 parent c4e12c8 commit b2d72d9

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

gradle/libs.versions.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
[versions]
2-
kotlin = "1.9.24"
2+
kotlin = "1.9.25"
33
android-gradle = "8.7.0"
44
compose-bom = "2023.10.01"
5-
compose-compiler = "1.5.14"
5+
compose-compiler = "1.5.15"
66
orbitmvi = "6.1.1"
77
androidx-room = "2.4.2"
8-
coroutines = "1.8.1"
9-
ksp = "1.9.24-1.0.20"
10-
anvil = "2.4.9"
8+
coroutines = "1.10.1"
9+
ksp = "1.9.25-1.0.20"
10+
anvil = "2.5.0"
1111
dagger = "2.52"
1212
whetstone = "0.8.0"
1313
lifecycle = "2.8.6"
1414
ktlint = "1.1.1"
1515
kotlinter = "4.4.1"
1616
kotlinPoet = "1.18.1"
1717
androidCacheFix = "3.0.1"
18-
kotlinxSerialization = "1.6.3"
18+
kotlinxSerialization = "1.7.3"
1919
okhttp = "4.12.0"
2020
retrofit = "2.11.0"
2121
resilience4j = "2.2.0"

0 commit comments

Comments
 (0)