Bump Kotlin to 1.9.23

This commit is contained in:
Artem Chepurnoy 2024-03-26 11:08:17 +02:00
parent d00781636d
commit b7e64b95db
No known key found for this signature in database
GPG Key ID: FAC37D0CF674043E
1 changed files with 2 additions and 2 deletions

View File

@ -71,7 +71,7 @@ kdrag0nColorKt = "1.0.5"
# https://github.com/Kodein-Framework/Kodein-DI # https://github.com/Kodein-Framework/Kodein-DI
kodeinDi = "7.21.1" kodeinDi = "7.21.1"
# https://github.com/JetBrains/kotlin # https://github.com/JetBrains/kotlin
kotlin = "1.9.22" kotlin = "1.9.23"
# https://github.com/Kotlin/kotlinx.collections.immutable # https://github.com/Kotlin/kotlinx.collections.immutable
kotlinCollections = "0.3.7" kotlinCollections = "0.3.7"
# https://github.com/Kotlin/kotlinx.coroutines # https://github.com/Kotlin/kotlinx.coroutines
@ -82,7 +82,7 @@ kotlinDsl = "4.3.0"
# https://github.com/Kotlin/kotlinx.serialization # https://github.com/Kotlin/kotlinx.serialization
kotlinSerialization = "1.6.3" kotlinSerialization = "1.6.3"
# https://github.com/google/ksp/releases # 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 # https://github.com/pinterest/ktlint/releases
# @keep # @keep
ktlint = "0.50.0" ktlint = "0.50.0"