From b7e64b95db8f612963d9766e08df8061d76879ee Mon Sep 17 00:00:00 2001 From: Artem Chepurnoy Date: Tue, 26 Mar 2024 11:08:17 +0200 Subject: [PATCH] Bump Kotlin to 1.9.23 --- gradle/libs.versions.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 8a35bfe..57371cd 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -71,7 +71,7 @@ kdrag0nColorKt = "1.0.5" # https://github.com/Kodein-Framework/Kodein-DI kodeinDi = "7.21.1" # https://github.com/JetBrains/kotlin -kotlin = "1.9.22" +kotlin = "1.9.23" # https://github.com/Kotlin/kotlinx.collections.immutable kotlinCollections = "0.3.7" # https://github.com/Kotlin/kotlinx.coroutines @@ -82,7 +82,7 @@ kotlinDsl = "4.3.0" # https://github.com/Kotlin/kotlinx.serialization kotlinSerialization = "1.6.3" # https://github.com/google/ksp/releases -kspPlugin = "1.9.22-1.0.17" +kspPlugin = "1.9.23-1.0.19" # https://github.com/pinterest/ktlint/releases # @keep ktlint = "0.50.0"