From 79ca93d0e8f6298e34d03daf9e4e1bd5482305a2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 18 Nov 2023 09:34:45 +0000 Subject: [PATCH] Update plugin nativeCoroutines to v1.0.0-ALPHA-21 --- 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 2daaf12..8274864 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -39,7 +39,7 @@ kotlin-multiplatform = { id = "org.jetbrains.kotlin.multiplatform", version.ref kotlin-serialization = { id = "org.jetbrains.kotlin.plugin.serialization", version.ref = "kotlin" } ksp = { id = "com.google.devtools.ksp", version = "1.9.20-1.0.14" } gradle-versions = { id = "com.github.ben-manes.versions", version = "0.50.0" } -nativeCoroutines = { id = "com.rickclephas.kmp.nativecoroutines", version = "1.0.0-ALPHA-20" } +nativeCoroutines = { id = "com.rickclephas.kmp.nativecoroutines", version = "1.0.0-ALPHA-21" } anvil = { id = "com.squareup.anvil", version = "2.4.8" } paparazzi = { id = "app.cash.paparazzi", version = "1.3.1" } spotless = { id = "com.diffplug.spotless", version.ref = "spotless" }