Skip to content

Commit

Permalink
Update Kotlin/Compose (#332)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 24, 2023
1 parent af974ca commit 795c303
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ minSdk = "21"

coroutine = "1.7.3"

kotlin = "1.9.20"
kotlin = "1.9.21"

jetbrains-compose = "1.5.11"

Expand All @@ -23,7 +23,7 @@ androidx-compose-material3 = { module = "androidx.compose.material3:material3" }

coil-compose = "io.coil-kt:coil-compose:2.5.0"

jetbrains-compose-compiler = "org.jetbrains.compose.compiler:compiler:1.5.3"
jetbrains-compose-compiler = "org.jetbrains.compose.compiler:compiler:1.5.4"
jetbrains-compose-plugin = { module = "org.jetbrains.compose:compose-gradle-plugin", version.ref = "jetbrains-compose" }
jetbrains-compose-runtime = { module = "org.jetbrains.compose.runtime:runtime", version.ref = "jetbrains-compose" }

Expand Down

0 comments on commit 795c303

Please sign in to comment.