Revert to ktor 1.5.2

Newer version seems to require unpublished dependencies.
pull/884/head
Alinson S. Xavier 5 years ago
parent fe59565ded
commit f27a9f9103
No known key found for this signature in database
GPG Key ID: DCA0DAD4D2F58624

@ -33,7 +33,7 @@ application {
}
dependencies {
val ktorVersion = "1.5.3"
val ktorVersion = "1.5.2"
val kotlinVersion = "1.4.32"
val logbackVersion = "1.2.3"
implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlinVersion")

Loading…
Cancel
Save