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

@@ -12,7 +12,6 @@ kotlin {
api internalProject("micro_utils.repos.ktor.common")
api internalProject("micro_utils.pagination.ktor.common")
api internalProject("micro_utils.ktor.client")
api "io.ktor:ktor-client:$ktor_version"
}
}
}