Update Kotlin

This commit is contained in:
2023-11-29 19:38:21 -06:00
parent 4bd5cee17b
commit 7e7f68282b
3 changed files with 3 additions and 3 deletions

View File

@@ -38,7 +38,7 @@ application {
dependencies {
val ktorVersion = "1.6.8"
val kotlinVersion = "1.8.20"
val kotlinVersion = "1.9.21"
val logbackVersion = "1.4.9"
implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlinVersion")
implementation("io.ktor:ktor-server-netty:$ktorVersion")