Update Ktor version: 1.0.0-beta-2 => 1.0.0 (#2439)

This commit is contained in:
Dmitriy Dolovov
2018-12-07 17:40:18 +07:00
committed by GitHub
parent 519e3960fc
commit 5dbd1325c5
+1 -1
View File
@@ -31,7 +31,7 @@ kotlin {
}
httpServerMain {
dependencies {
implementation 'io.ktor:ktor-server-netty:1.0.0-beta-2'
implementation 'io.ktor:ktor-server-netty:1.0.0'
}
}
}