update dependencies

This commit is contained in:
2020-09-26 21:23:53 +06:00
parent 5a5519c7cb
commit fe37f6584e
5 changed files with 5 additions and 8 deletions

View File

@@ -11,7 +11,7 @@ kotlin {
dependencies {
api internalProject("micro_utils.ktor.common")
api internalProject("micro_utils.coroutines")
api "io.ktor:ktor-client:$ktor_version"
api "io.ktor:ktor-client-core:$ktor_version"
}
}
}