Skip to content

Commit

Permalink
Update Compose Compiler to 1.5.11, Compose Multiplatform to 1.6.1 and…
Browse files Browse the repository at this point in the history
… Kotlin version to 1.9.23
  • Loading branch information
serbelga committed Mar 22, 2024
1 parent 3ab2758 commit fb492bc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ androidMinSdk = "24"
androidTargetSdk = "34"
androidGradlePlugin = "8.3.1"
composeBom = "2024.03.00"
composeCompiler = "1.5.8"
composeMultiplatform = "1.6.0"
composeCompiler = "1.5.11"
composeMultiplatform = "1.6.1"
composeVectorize = "0.6.0"
gradlePublishGradlePlugin = "1.2.1"
kotlin = "1.9.22"
kotlin = "1.9.23"
kotlinpoet = "1.16.0"
ktlint = "0.50.0"
spotless = "6.25.0"
Expand Down

0 comments on commit fb492bc

Please sign in to comment.