Samples: Update KTOR: 1.1.2 -> 1.2.1

This commit is contained in:
Dmitriy Dolovov
2019-05-29 11:12:36 +03:00
committed by Ilya Matveev
parent 646c53effb
commit c1a4272e7a
+1 -1
View File
@@ -31,7 +31,7 @@ kotlin {
}
httpServerMain {
dependencies {
implementation 'io.ktor:ktor-server-netty:1.1.2'
implementation 'io.ktor:ktor-server-netty:1.2.1'
}
}
}