Skip to content

Commit

Permalink
fix(deps): update dependency androidx.compose.runtime:runtime to v1.6.8
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 12, 2024
1 parent bcfb739 commit 428e57a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shared/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit 428e57a

Please sign in to comment.