fix(deps): update dependency androidx.compose.foundation:foundation to v1.6.8 (#881)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2024-06-12 17:51:42 +00:00
committed by GitHub
parent 7c5ef97a20
commit a8d1e75857

View File

@@ -16,7 +16,7 @@ kotlin {
val commonMain by getting {
dependencies {
api("androidx.compose.runtime:runtime:1.6.7")
api("androidx.compose.foundation:foundation:1.6.7")
api("androidx.compose.foundation:foundation:1.6.8")
api("androidx.compose.material:material:1.6.7")
implementation("org.reduxkotlin:redux-kotlin-compose:0.6.0")
}