From 33cb3cae1d0a0487e01e9c5c1aa2d258d10705b1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 26 Nov 2024 09:11:21 -0400 Subject: [PATCH] chore(deps): update dependency dev.tonholo.s2c to v2.0.0 (#88) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- playground-kmp/gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playground-kmp/gradle/libs.versions.toml b/playground-kmp/gradle/libs.versions.toml index d304fc68..20cba4f7 100644 --- a/playground-kmp/gradle/libs.versions.toml +++ b/playground-kmp/gradle/libs.versions.toml @@ -8,7 +8,7 @@ androidx-lifecycle = "2.8.3" compose-multiplatform = "1.7.0" kotlin = "2.0.21" kotlinx-coroutines = "1.9.0" -s2c = "2.0.0-rc01" +s2c = "2.0.0" [libraries] androidx-activity-compose = { module = "androidx.activity:activity-compose", version.ref = "androidx-activityCompose" }