Skip to content

Commit 6b1c555

Browse files
authored
Merge pull request #174 from joreilly/dependency_upddates
dependency updates
2 parents 3cebba9 + 414a6f8 commit 6b1c555

File tree

1 file changed

+17
-18
lines changed

1 file changed

+17
-18
lines changed

gradle/libs.versions.toml

+17-18
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,22 @@
11
[versions]
2-
kotlin = "2.0.0"
3-
ksp = "2.0.0-1.0.22"
4-
kotlinx-coroutines = "1.8.1"
5-
6-
androidGradlePlugin = "8.4.1"
7-
koin = "3.6.0-Beta4"
8-
koinCompose = "3.6.0-Beta4"
9-
koinComposeMultiplatform = "1.2.0-Beta4"
10-
apollo = "4.0.0-rc.1"
11-
kmpNativeCoroutines = "1.0.0-ALPHA-31"
12-
13-
androidxActivity = "1.9.0"
14-
androidxComposeBom = "2024.06.00"
15-
androidx-navigation = "2.8.0-alpha02"
16-
androidx-lifecycle = "2.8.0"
2+
kotlin = "2.0.20"
3+
ksp = "2.0.20-1.0.25"
4+
kotlinx-coroutines = "1.9.0"
5+
6+
androidGradlePlugin = "8.4.2"
7+
koin = "4.0.0"
8+
koinComposeMultiplatform = "4.0.0"
9+
apollo = "4.0.0"
10+
kmpNativeCoroutines = "1.0.0-ALPHA-35"
11+
12+
androidxActivity = "1.9.2"
13+
androidxComposeBom = "2024.09.02"
14+
androidx-navigation = "2.8.0-alpha08"
15+
androidx-lifecycle = "2.8.2"
1716
accompanist = "0.30.1"
18-
horologist = "0.6.12"
19-
wearCompose = "1.3.1"
20-
composeMultiplatform = "1.6.11"
17+
horologist = "0.6.20"
18+
wearCompose = "1.4.0"
19+
composeMultiplatform = "1.7.0-beta02"
2120
composeWindowSize = "0.5.0"
2221

2322
junit = "4.13.2"

0 commit comments

Comments
 (0)