Skip to content

Commit eae2242

Browse files
Update dependency androidx.compose.foundation:foundation to v1.8.3 (#1200)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 249e085 commit eae2242

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
@@ -16,7 +16,7 @@ kotlin {
1616
val commonMain by getting {
1717
dependencies {
1818
api("androidx.compose.runtime:runtime:1.8.3")
19-
api("androidx.compose.foundation:foundation:1.8.1")
19+
api("androidx.compose.foundation:foundation:1.8.3")
2020
api("androidx.compose.material:material:1.8.1")
2121
implementation("org.reduxkotlin:redux-kotlin-compose:0.6.0")
2222
}

0 commit comments

Comments
 (0)