Skip to content

Commit df44661

Browse files
fix(deps): update dependency androidx.compose.runtime:runtime to v1.8.3 (#1197)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 2c50f0f commit df44661

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shared/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ kotlin {
1515
sourceSets {
1616
val commonMain by getting {
1717
dependencies {
18-
api("androidx.compose.runtime:runtime:1.8.1")
18+
api("androidx.compose.runtime:runtime:1.8.3")
1919
api("androidx.compose.foundation:foundation:1.8.1")
2020
api("androidx.compose.material:material:1.8.1")
2121
implementation("org.reduxkotlin:redux-kotlin-compose:0.6.0")

0 commit comments

Comments
 (0)