From af769c7164abd0951c1b7174bf3cf7d7f028892c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 21 Dec 2023 14:10:13 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=20upgrade=20dependency=20org.jetbrain?= =?UTF-8?q?s.kotlin:kotlin-gradle-plugin=20to=20v1.9.22?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index e8d10d3..0c7783d 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -14,7 +14,7 @@ [versions] # java version is defined in my.jvm-base.gradle.kts # lib versions -kotlin = "1.9.21" # !important, the version is upbounded by each compose multiplatform version +kotlin = "1.9.22" # !important, the version is upbounded by each compose multiplatform version springBoot = "3.2.0" composeIcons = "1.1.0" ktor = "2.3.7"