ktor 1.6.1

This commit is contained in:
John O'Reilly 2021-07-02 17:52:54 +01:00
parent 130ef9c247
commit 78ce794a58

View file

@ -8,7 +8,7 @@ object Versions {
const val kotlinCoroutines = "1.5.0-native-mt"
const val koin = "3.1.1"
const val ktor = "1.6.0"
const val ktor = "1.6.1"
const val kotlinxSerialization = "1.2.1"
const val kotlinxHtmlJs = "0.7.3"