summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2026-04-27 21:42:30 +0300
committerGitHub <noreply@github.com>2026-04-27 21:42:30 +0300
commit80676461386ab71dfcd7c9ed5406dd0b7a142745 (patch)
treec1575e9ab57a8632f43b78d75d3922e9875a0324
parent0522b9ce8d0869ddffc114585507f0a1cdad6058 (diff)
downloadcolorpicker-compose-80676461386ab71dfcd7c9ed5406dd0b7a142745.tar.xz
chore(deps): bump org.jetbrains.compose from 1.9.3 to 1.10.3
Bumps [org.jetbrains.compose](https://github.com/JetBrains/compose-jb) from 1.9.3 to 1.10.3. - [Release notes](https://github.com/JetBrains/compose-jb/releases) - [Changelog](https://github.com/JetBrains/compose-multiplatform/blob/master/CHANGELOG.md) - [Commits](https://github.com/JetBrains/compose-jb/compare/v1.9.3...v1.10.3) --- updated-dependencies: - dependency-name: org.jetbrains.compose dependency-version: 1.10.3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
-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 d677618..39132ca 100644
--- a/gradle/libs.versions.toml
+++ b/gradle/libs.versions.toml
@@ -4,7 +4,7 @@ dokka = "2.1.0"
nexusPlugin = "0.36.0"
kotlin = "2.3.0"
kotlinBinaryCompatibility = "0.18.1"
-compose-plugin = "1.9.3"
+compose-plugin = "1.10.3"
jvmTarget = "17"
androidxActivity = "1.12.3"
androidxTest = "1.7.0"