Samples: Update Ktor: 1.0.0 => 1.0.1

This commit is contained in:
Dmitriy Dolovov
2018-12-08 15:42:35 +07:00
committed by Dmitriy Dolovov
parent 328413337b
commit b5d7e28d21
+1 -1
View File
@@ -31,7 +31,7 @@ kotlin {
} }
httpServerMain { httpServerMain {
dependencies { dependencies {
implementation 'io.ktor:ktor-server-netty:1.0.0' implementation 'io.ktor:ktor-server-netty:1.0.1'
} }
} }
} }