Update ktor client version for custom plugin support (#16869)

* Update ktor-client version to 2.3.5

* Update ktor-client version to 2.2.3
This commit is contained in:
Alexander Spivak
2023-10-23 17:03:54 +03:00
committed by GitHub
parent bf9fae641e
commit f16744a2bb
9 changed files with 9 additions and 9 deletions

View File

@@ -11,7 +11,7 @@ version = "1.0.0"
val kotlin_version = "1.7.21"
val coroutines_version = "1.6.4"
val serialization_version = "1.3.3"
val ktor_version = "2.1.3"
val ktor_version = "2.2.3"
repositories {
mavenCentral()