Skip to content

Commit

Permalink
Update dependencies:
Browse files Browse the repository at this point in the history
 - Compose Compiler -> 1.5.7
 - Compose Multiplatform -> 1.6.0-alpha01
 - Kotlin -> 1.9.21
  • Loading branch information
serbelga committed Jan 25, 2024
1 parent d0f4eb4 commit f1e5bf4
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.2.2"
composeBom = "2024.01.00"
composeCompiler = "1.5.4"
composeMultiplatform = "1.5.11"
composeCompiler = "1.5.7"
composeMultiplatform = "1.6.0-alpha01"
composeVectorize = "0.2.0"
gradlePublishGradlePlugin = "1.2.1"
kotlin = "1.9.20"
kotlin = "1.9.21"
kotlinpoet = "1.16.0"
ktlint = "0.50.0"
spotless = "6.25.0"
Expand Down

0 comments on commit f1e5bf4

Please sign in to comment.