From 5c08355baaa0ceb022ee7f3dff56325eb0d9558e Mon Sep 17 00:00:00 2001 From: Max Narvaez Date: Thu, 4 Jan 2024 07:33:35 -0600 Subject: [PATCH] KTOR version --- build.gradle.kts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index eaec65d..7101bb0 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -94,9 +94,9 @@ kotlin { implementation("io.github.maxnz:interactive-command-parser:0.1") implementation("com.github.doyaaaaaken:kotlin-csv-jvm:0.15.0") - api("io.ktor:ktor-server-core:1.5.0") - api("io.ktor:ktor-server-netty:1.5.0") - api("io.ktor:ktor-serialization:1.5.0") + api("io.ktor:ktor-server-core:1.6.8") + api("io.ktor:ktor-server-netty:1.6.8") + api("io.ktor:ktor-serialization:1.6.8") implementation("org.jetbrains.kotlinx:kotlinx-serialization-runtime-common:0.20.0") api("ch.qos.logback:logback-classic:1.4.3") }