Revert to ktor 1.5.2

Newer version seems to require unpublished dependencies.
This commit is contained in:
Alinson S. Xavier 2021-04-17 19:35:28 -05:00
parent fe59565ded
commit f27a9f9103
No known key found for this signature in database
GPG Key ID: DCA0DAD4D2F58624

View File

@ -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")