summaryrefslogtreecommitdiff
path: root/gradle
diff options
context:
space:
mode:
authorSean Proctor <sproctor@gmail.com>2026-05-19 22:03:31 +0300
committerSean Proctor <sproctor@gmail.com>2026-05-19 22:03:31 +0300
commitf973b23a6d66282eacf71053165ac131ad0a11be (patch)
tree334ad9f5b0222ad4fa155d69e32233d57793bc0b /gradle
parent2048a163927a007ee167068f66eb40a197747011 (diff)
downloadcolorpicker-compose-f973b23a6d66282eacf71053165ac131ad0a11be.tar.xz
update to compose 1.11.0
Diffstat (limited to 'gradle')
-rw-r--r--gradle/libs.versions.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml
index 0c9c66e..dbeceef 100644
--- a/gradle/libs.versions.toml
+++ b/gradle/libs.versions.toml
@@ -4,7 +4,7 @@ dokka = "2.2.0"
nexusPlugin = "0.36.0"
kotlin = "2.3.21"
kotlinBinaryCompatibility = "0.18.1"
-compose-plugin = "1.10.3"
+compose-plugin = "1.11.0"
# Compose Multiplatform ships these on independent release tracks (CMP plugin no longer pins them).
composeMaterial3 = "1.9.0"
composeMaterialIconsExtended = "1.7.3"