From c74161e3c76edaa92d5d4420f55ff47113ac0aa3 Mon Sep 17 00:00:00 2001 From: chrisjenx <1167793+chrisjenx@users.noreply.github.com> Date: Mon, 25 May 2026 11:22:16 +0000 Subject: [PATCH] Update Compose Multiplatform compatibility matrix --- .github/compose-versions.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/compose-versions.json b/.github/compose-versions.json index 02625a6..9196350 100644 --- a/.github/compose-versions.json +++ b/.github/compose-versions.json @@ -1,15 +1,15 @@ { "versions": [ { - "compose-version": "1.9.3", + "compose-version": "1.10.3", "kotlin-version": "2.3.21" }, { - "compose-version": "1.10.3", + "compose-version": "1.11.0", "kotlin-version": "2.3.21" }, { - "compose-version": "1.11.0-beta03", + "compose-version": "1.12.0-alpha01", "kotlin-version": "2.3.21" } ]