update ktor version

This commit is contained in:
InsanusMokrassar 2020-08-19 00:19:09 +06:00
parent c081e5c457
commit 5d06d86549
3 changed files with 3 additions and 10 deletions

View File

@ -13,7 +13,7 @@
* `Serialization`: `0.20.0` -> `1.0.0-RC`
* `Klock`: `1.11.14` -> `1.12.0`
* `UUID`: `0.1.1` -> `0.2.1`
* `Ktor`: `1.3.2` -> `1.3.2-1.4.0-rc`
* `Ktor`: `1.3.2` -> `1.4.0`
* `buildMimeType` function now is cache-oriented getter which will save already got mime types into internal map
* All deprecations from previous versions were removed

View File

@ -59,10 +59,9 @@ kotlin {
jvmMain {
dependencies {
api "io.ktor:ktor-client:$ktor_version"
api "io.ktor:ktor-server:$ktor_version"
api "io.ktor:ktor-server-host-common:$ktor_version"
api "io.ktor:ktor-client-cio:$ktor_version"
api "javax.activation:activation:$javax_activation_version"
@ -74,12 +73,6 @@ kotlin {
}
}
jsMain {
dependencies {
api "io.ktor:ktor-client-js:$ktor_version"
}
}
jsTest {
dependencies {
implementation kotlin('test-junit')

View File

@ -7,7 +7,7 @@ kotlin_coroutines_version=1.3.9
kotlin_serialisation_runtime_version=1.0.0-RC
klock_version=1.12.0
uuid_version=0.2.1
ktor_version=1.3.2-1.4.0-rc
ktor_version=1.4.0
javax_activation_version=1.1.1