From ff25c59315e48ca6f410e656eef9b8dec9941f40 Mon Sep 17 00:00:00 2001 From: John O'Reilly Date: Sun, 20 Oct 2024 20:48:19 +0100 Subject: [PATCH] dependency updates --- gradle/libs.versions.toml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index ea9fd7b..0ba8148 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,22 +1,22 @@ [versions] -kotlin = "2.0.20" -ksp = "2.0.20-1.0.25" +kotlin = "2.0.21" +ksp = "2.0.21-1.0.25" kotlinx-coroutines = "1.9.0" -androidGradlePlugin = "8.7.0" +androidGradlePlugin = "8.7.1" koin = "4.0.0" koinComposeMultiplatform = "4.0.0" -apollo = "4.0.0" -kmpNativeCoroutines = "1.0.0-ALPHA-35" +apollo = "4.0.1" +kmpNativeCoroutines = "1.0.0-ALPHA-37" -androidxActivity = "1.9.2" -androidxComposeBom = "2024.09.03" +androidxActivity = "1.9.3" +androidxComposeBom = "2024.10.00" androidx-navigation = "2.8.0-alpha08" -androidx-lifecycle = "2.8.2" +androidx-lifecycle = "2.8.3" accompanist = "0.30.1" horologist = "0.6.20" wearCompose = "1.4.0" -composeMultiplatform = "1.7.0-rc01" +composeMultiplatform = "1.7.0" composeWindowSize = "0.5.0" junit = "4.13.2"