Skip to content

Commit

Permalink
Bump Compose Multiplatform to v1.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ShreckYe committed Dec 3, 2024
1 parent a013225 commit dc5363f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/VersionsAndDependencies.kt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ val commonGradleClasspathDependencies = CommonGradleClasspathDependencies(common

object DependencyVersions {
val kotlin = "2.1.0" // compatible with the compose version below
val composeMultiplatform = "1.7.0"
val composeMultiplatform = "1.7.1"
val kotlinxBenchmark = "0.4.13"
val dokka = "2.0.0-Beta"
val binaryCompatibilityValidator = "0.16.3"
Expand Down

0 comments on commit dc5363f

Please sign in to comment.