Skip to content

Commit b7fdf91

Browse files
fix(deps): update dependency androidx.compose.foundation:foundation to v1.8.2
1 parent b6d62dd commit b7fdf91

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.1")
19-
api("androidx.compose.foundation:foundation:1.8.1")
19+
api("androidx.compose.foundation:foundation:1.8.2")
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)