Skip to content

Commit

Permalink
Update Kotlin, Compose, and Zipline
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 24, 2023
1 parent 37e4609 commit 9139a29
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
@@ -1,5 +1,5 @@
[versions]
kotlin = "1.9.20"
kotlin = "1.9.21"
kotlinx-coroutines = "1.7.3"
kotlinx-serialization = "1.6.1"
androidx-activity = "1.8.1"
Expand Down Expand Up @@ -49,7 +49,7 @@ androidx-test-uiautomator = "androidx.test.uiautomator:uiautomator:2.2.0"

google-material = { module = "com.google.android.material:material", version = "1.10.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-gradlePlugin = { module = "org.jetbrains.compose:compose-gradle-plugin", version.ref = "jbCompose" }
jetbrains-compose-foundation = { module = "org.jetbrains.compose.foundation:foundation", version.ref = "jbCompose" }
jetbrains-compose-material = { module = "org.jetbrains.compose.material:material", version.ref = "jbCompose" }
Expand Down

0 comments on commit 9139a29

Please sign in to comment.