From 3aa2ef65f42bc595b3ea325d433cd0e1b2f8dacb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Jan 2026 05:06:01 +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-kotlin-2.3.20-Beta1. - [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-kotlin-2.3.20-Beta1) --- updated-dependencies: - dependency-name: com.rickclephas.kmp.nativecoroutines dependency-version: 1.0.0-kotlin-2.3.20-Beta1 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..e0ea607 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-kotlin-2.3.20-Beta1" koin = "4.0.4" kotlin = "2.1.20" kotlinx-coroutines = "1.10.2"