Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ testRetry = "1.6.4"
turbine = "1.2.1"

# Compose Multiplatform
compose-multiplatform = "1.11.0-beta02"
compose-multiplatform-material3 = "1.11.0-alpha06"
compose-multiplatform = "1.11.0-beta03"
compose-multiplatform-material3 = "1.11.0-alpha07"
# `androidx-compose-bom-aligned` tracks androidx.compose.{runtime,ui} test/tracing
# artifacts that ship in lockstep with CMP. Kept as a separate version ref so Renovate
# can bump androidx releases (which often land first) without dragging the
Expand All @@ -47,7 +47,7 @@ androidx-compose-bom-aligned = "1.11.0-rc01"
# because some third-party libs (maps-compose-widgets, datadog) drag in
# unversioned material transitives.
androidx-compose-material = "1.7.8"
jetbrains-adaptive = "1.3.0-alpha06"
jetbrains-adaptive = "1.3.0-alpha07"

# Google
maps-compose = "8.3.0"
Expand Down
Loading