From a7fb6716f93cfcf8d8ea9e906ee8b4f0fe6be6c8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 May 2025 04:47:49 +0000 Subject: [PATCH] build(deps): bump com.rickclephas.kmp.nativecoroutines Bumps [com.rickclephas.kmp.nativecoroutines](https://github.com/rickclephas/KMP-NativeCoroutines) from 1.0.0-ALPHA-42-kotlin-2.2.0-Beta1 to 1.0.0-ALPHA-43-kotlin-2.2.0-RC. - [Release notes](https://github.com/rickclephas/KMP-NativeCoroutines/releases) - [Commits](https://github.com/rickclephas/KMP-NativeCoroutines/compare/v1.0.0-ALPHA-42-kotlin-2.2.0-Beta1...v1.0.0-ALPHA-43-kotlin-2.2.0-RC) --- updated-dependencies: - dependency-name: com.rickclephas.kmp.nativecoroutines dependency-version: 1.0.0-ALPHA-43-kotlin-2.2.0-RC dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 8e58e96..f441a11 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -8,7 +8,7 @@ clikt = "5.0.3" coil = "3.1.0" compose-multiplatform = "1.7.3" kmpObservableViewmodel = "1.0.0-BETA-10-kotlin-2.2.0-Beta1" -kmpNativeCoroutines = "1.0.0-ALPHA-42-kotlin-2.2.0-Beta1" +kmpNativeCoroutines = "1.0.0-ALPHA-43-kotlin-2.2.0-RC" koin = "4.0.4" kotlin = "2.1.20" kotlinx-coroutines = "1.10.2"