Skip to content

Commit ab26ad5

Browse files
chore(deps): update compose-multiplatform
1 parent 91a61a3 commit ab26ad5

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

gradle/libs.versions.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,21 +33,21 @@ testRetry = "1.6.4"
3333
turbine = "1.2.1"
3434

3535
# Compose Multiplatform
36-
compose-multiplatform = "1.11.0-beta02"
37-
compose-multiplatform-material3 = "1.11.0-alpha06"
36+
compose-multiplatform = "1.11.0-beta03"
37+
compose-multiplatform-material3 = "1.11.0-alpha07"
3838
# `androidx-compose-bom-aligned` tracks androidx.compose.{runtime,ui} test/tracing
3939
# artifacts that ship in lockstep with CMP. Kept as a separate version ref so Renovate
4040
# can bump androidx releases (which often land first) without dragging the
4141
# `org.jetbrains.compose:*` artifacts and Gradle plugin to a version JetBrains
4242
# hasn't published yet (see PR #5180). Should normally match `compose-multiplatform`;
4343
# AndroidCompose.kt's resolutionStrategy force-aligns these groups to the CMP version
4444
# at resolution time regardless of the declared value here.
45-
androidx-compose-bom-aligned = "1.11.0-rc01"
45+
androidx-compose-bom-aligned = "1.11.0"
4646
# `androidx-compose-material` (M2) is independent of CMP and pinned separately
4747
# because some third-party libs (maps-compose-widgets, datadog) drag in
4848
# unversioned material transitives.
4949
androidx-compose-material = "1.7.8"
50-
jetbrains-adaptive = "1.3.0-alpha06"
50+
jetbrains-adaptive = "1.3.0-alpha07"
5151

5252
# Google
5353
maps-compose = "8.3.0"

0 commit comments

Comments
 (0)