From a859d48f6cf0e9a971ed04a7980f32195a32ad3d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 May 2026 22:54:25 +0000 Subject: [PATCH] chore(deps): bump org.jetbrains.compose from 1.5.11 to 1.11.0 Bumps org.jetbrains.compose from 1.5.11 to 1.11.0. --- updated-dependencies: - dependency-name: org.jetbrains.compose dependency-version: 1.11.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index d5ba942..533ad91 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -1,13 +1,13 @@ plugins { kotlin("multiplatform") version "1.9.20" apply false id("com.android.application") version "8.2.0" apply false - id("org.jetbrains.compose") version "1.5.11" apply false + id("org.jetbrains.compose") version "1.11.0" apply false } plugins { kotlin("multiplatform") version "1.9.20" apply false id("com.android.application") version "8.2.0" apply false - id("org.jetbrains.compose") version "1.5.11" apply false + id("org.jetbrains.compose") version "1.11.0" apply false } tasks.register("buildModule") {