Skip to content

Commit

Permalink
Update Kotlin to 1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
ajalt committed Oct 2, 2023
1 parent eda624e commit 89dd74c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
[versions]
kotlin = "1.9.0"
kotlin = "1.9.10"

[libraries]
mordant = "com.github.ajalt.mordant:mordant:2.1.0"
mordant = "com.github.ajalt.mordant:mordant:2.2.0"

# used in tests
kotest = "io.kotest:kotest-assertions-core:5.6.2"
kotest = "io.kotest:kotest-assertions-core:5.7.2"
systemrules = "com.github.stefanbirkner:system-rules:1.19.0"
jimfs = "com.google.jimfs:jimfs:1.2"

Expand All @@ -14,5 +14,5 @@ kodein = "org.kodein.di:kodein-di-generic-jvm:5.2.0"
kotlinx-serialization = "org.jetbrains.kotlinx:kotlinx-serialization-json:1.5.1"

[plugins]
dokka = "org.jetbrains.dokka:1.8.20"
dokka = "org.jetbrains.dokka:1.9.0"
publish = "com.vanniktech.maven.publish:0.25.3"

0 comments on commit 89dd74c

Please sign in to comment.