From 0ffe615c3a0edf23fd75ac05bf8f86f5a45d11a1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 12 Jun 2024 19:27:06 +0000 Subject: [PATCH] fix(deps): update dependency androidx.compose.runtime:runtime to v1.6.8 (#883) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- shared/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shared/build.gradle.kts b/shared/build.gradle.kts index e8911f199..46cc270fd 100644 --- a/shared/build.gradle.kts +++ b/shared/build.gradle.kts @@ -15,7 +15,7 @@ kotlin { sourceSets { val commonMain by getting { dependencies { - api("androidx.compose.runtime:runtime:1.6.7") + api("androidx.compose.runtime:runtime:1.6.8") api("androidx.compose.foundation:foundation:1.6.8") api("androidx.compose.material:material:1.6.8") implementation("org.reduxkotlin:redux-kotlin-compose:0.6.0")