Skip to content

Commit

Permalink
chore: kotlin updates
Browse files Browse the repository at this point in the history
  • Loading branch information
sureshg committed Aug 23, 2024
1 parent 3de39e7 commit 299726d
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[versions]
java = "24"
kotlin = "2.0.20-RC2"
kotlin-ksp = "2.0.20-RC2-1.0.24"
kotlin = "2.0.20"
kotlin-ksp = "2.0.20-1.0.24"
kotlin-jvmtarget = "22"
kotlin-dsl-jvmtarget = "21"
kotlin-api-version = "1.9"
Expand All @@ -22,10 +22,10 @@ publish-scm-url = "https://github.com/sureshg/native-image-playgr

# Gradle Dependencies Versions
kotlinx-kover = "0.8.3"
kotlinx-io = "0.5.1"
kotlinx-io = "0.5.3"
kotlinx-atomicfu = "0.25.0"
kotlinx-coroutines = "1.9.0-RC.2"
kotlinx-datetime = "0.6.0"
kotlinx-datetime = "0.6.1"
kotlinx-serialization = "1.7.1"
kotlinx-collections-immutable = "0.3.7"
kotlinx-lincheck = "2.33"
Expand All @@ -45,23 +45,23 @@ kotlinRetry = "2.0.1"
koin = "3.5.6"
kotest = "5.9.1"
ksp-auto-service = "1.2.0"
ksp-redacted = "1.9.0"
ksp-redacted = "1.10.0"
ksp-powerassert = "0.13.0"
slf4j = "2.1.0-alpha1"
ktfmt = "0.49"
google-javaformat = "1.22.0"
google-javaformat = "1.23.0"
google-auto-service = "1.1.1"
google-tink = "1.14.0"
graalvm = "24.0.2"
rsocket = "0.16.0"
classgraph = "4.8.174"
classgraph = "4.8.175"
benasher44-uuid = "0.8.4"
intellij-markdown = "0.7.3"

# Plugin versions
benmanes = "0.51.0"
foojay-resolver = "0.8.0"
gradle-develocity = "3.17.6"
gradle-develocity = "3.18"
nexus-publish = "2.0.0"
shadow = "8.1.1"
spotless = "7.0.0.BETA1"
Expand Down

0 comments on commit 299726d

Please sign in to comment.