From 318179c7f40bae24279337884650d7cec7b367dc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Oct 2024 15:00:43 +0000 Subject: [PATCH] Bump jetbrainsKotlinVersion from 2.0.20 to 2.0.21 Bumps `jetbrainsKotlinVersion` from 2.0.20 to 2.0.21. Updates `org.jetbrains.kotlin.android` from 2.0.20 to 2.0.21 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v2.0.21/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v2.0.20...v2.0.21) Updates `org.jetbrains.kotlin.plugin.compose` from 2.0.20 to 2.0.21 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v2.0.21/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v2.0.20...v2.0.21) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin.android dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.kotlin.plugin.compose dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- 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 d604072..56db29a 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -5,7 +5,7 @@ androidxComposeCompilerVersion = "1.5.15" androidxCoreKtxVersion = "1.13.1" browserVersion = "1.8.0" coilComposeVersion = "2.7.0" -jetbrainsKotlinVersion = "2.0.20" +jetbrainsKotlinVersion = "2.0.21" kotlinxCoroutinesAndroidVersion = "1.9.0" optoVersion = "1.1.0" androidxDataStoreVersion = "1.1.1"