Skip to content

Commit

Permalink
KTOR version
Browse files Browse the repository at this point in the history
  • Loading branch information
maxnz committed Jan 4, 2024
1 parent 66cfe6e commit 5c08355
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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")
}
Expand Down

0 comments on commit 5c08355

Please sign in to comment.