@@ -34,21 +34,22 @@ testRetry = "1.6.4"
3434turbine = " 1.2.1"
3535
3636# Compose Multiplatform
37- compose-multiplatform = " 1.11.0-beta02 "
38- compose-multiplatform-material3 = " 1.11.0-alpha06 "
39- # `androidx-compose-bom-aligned` tracks androidx.compose.{runtime,ui} test/tracing
37+ compose-multiplatform = " 1.11.0-beta03 "
38+ compose-multiplatform-material3 = " 1.11.0-alpha07 "
39+ # `androidx-compose-bom-aligned` tracks androidx.compose.{runtime,ui,foundation,animation}
4040# artifacts that ship in lockstep with CMP. Kept as a separate version ref so Renovate
4141# can bump androidx releases (which often land first) without dragging the
4242# `org.jetbrains.compose:*` artifacts and Gradle plugin to a version JetBrains
43- # hasn't published yet (see PR #5180). Should normally match `compose-multiplatform`;
44- # AndroidCompose.kt's resolutionStrategy force-aligns these groups to the CMP version
45- # at resolution time regardless of the declared value here.
46- androidx-compose-bom-aligned = " 1.11.0-rc01"
43+ # hasn't published yet (see PR #5180). Should track the AndroidX version that the
44+ # current `compose-multiplatform` release maps to (see CMP release notes).
45+ # AndroidCompose.kt's resolutionStrategy force-aligns these groups to *this* version
46+ # at resolution time, so it is the source of truth for the Android target.
47+ androidx-compose-bom-aligned = " 1.11.0"
4748# `androidx-compose-material` (M2) is independent of CMP and pinned separately
4849# because some third-party libs (maps-compose-widgets, datadog) drag in
4950# unversioned material transitives.
5051androidx-compose-material = " 1.7.8"
51- jetbrains-adaptive = " 1.3.0-alpha06 "
52+ jetbrains-adaptive = " 1.3.0-alpha07 "
5253
5354# Google
5455maps-compose = " 8.3.0"
0 commit comments