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")