mirror of
https://github.com/InsanusMokrassar/TelegramBotAPI.git
synced 2024-11-25 03:28:44 +00:00
update ktor version
This commit is contained in:
parent
c081e5c457
commit
5d06d86549
@ -13,7 +13,7 @@
|
|||||||
* `Serialization`: `0.20.0` -> `1.0.0-RC`
|
* `Serialization`: `0.20.0` -> `1.0.0-RC`
|
||||||
* `Klock`: `1.11.14` -> `1.12.0`
|
* `Klock`: `1.11.14` -> `1.12.0`
|
||||||
* `UUID`: `0.1.1` -> `0.2.1`
|
* `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
|
* `buildMimeType` function now is cache-oriented getter which will save already got mime types into internal map
|
||||||
* All deprecations from previous versions were removed
|
* All deprecations from previous versions were removed
|
||||||
|
|
||||||
|
@ -59,10 +59,9 @@ kotlin {
|
|||||||
|
|
||||||
jvmMain {
|
jvmMain {
|
||||||
dependencies {
|
dependencies {
|
||||||
api "io.ktor:ktor-client:$ktor_version"
|
|
||||||
api "io.ktor:ktor-server:$ktor_version"
|
api "io.ktor:ktor-server:$ktor_version"
|
||||||
|
|
||||||
api "io.ktor:ktor-server-host-common:$ktor_version"
|
api "io.ktor:ktor-server-host-common:$ktor_version"
|
||||||
|
|
||||||
api "io.ktor:ktor-client-cio:$ktor_version"
|
api "io.ktor:ktor-client-cio:$ktor_version"
|
||||||
|
|
||||||
api "javax.activation:activation:$javax_activation_version"
|
api "javax.activation:activation:$javax_activation_version"
|
||||||
@ -74,12 +73,6 @@ kotlin {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
jsMain {
|
|
||||||
dependencies {
|
|
||||||
api "io.ktor:ktor-client-js:$ktor_version"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
jsTest {
|
jsTest {
|
||||||
dependencies {
|
dependencies {
|
||||||
implementation kotlin('test-junit')
|
implementation kotlin('test-junit')
|
||||||
|
@ -7,7 +7,7 @@ kotlin_coroutines_version=1.3.9
|
|||||||
kotlin_serialisation_runtime_version=1.0.0-RC
|
kotlin_serialisation_runtime_version=1.0.0-RC
|
||||||
klock_version=1.12.0
|
klock_version=1.12.0
|
||||||
uuid_version=0.2.1
|
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
|
javax_activation_version=1.1.1
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user