@@ -39,28 +39,28 @@ kotlin {
3939 backendMain {
4040 dependencies {
4141 implementation " org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.7.10"
42- implementation " io.ktor:ktor-server-netty:2.1.0 "
43- implementation " io.ktor:ktor-server-websockets:2.1.0 "
44- implementation " io.ktor:ktor-server-call-logging:2.1.0 "
45- implementation " io.ktor:ktor-server-default-headers:2.1.0 "
46- implementation " io.ktor:ktor-server-sessions:2.1.0 "
42+ implementation " io.ktor:ktor-server-netty:2.1.1 "
43+ implementation " io.ktor:ktor-server-websockets:2.1.1 "
44+ implementation " io.ktor:ktor-server-call-logging:2.1.1 "
45+ implementation " io.ktor:ktor-server-default-headers:2.1.1 "
46+ implementation " io.ktor:ktor-server-sessions:2.1.1 "
4747 implementation " ch.qos.logback:logback-classic:1.2.11"
4848 }
4949 }
5050
5151 backendTest {
5252 dependencies {
53- implementation " io.ktor:ktor-server-test-host:2.1.0 "
54- implementation " io.ktor:ktor-client-websockets:2.1.0 "
53+ implementation " io.ktor:ktor-server-test-host:2.1.1 "
54+ implementation " io.ktor:ktor-client-websockets:2.1.1 "
5555 implementation " org.jetbrains.kotlin:kotlin-test"
5656 }
5757 }
5858
5959 frontendMain {
6060 dependencies {
6161 implementation " org.jetbrains.kotlin:kotlin-stdlib-js"
62- implementation " io.ktor:ktor-client-websockets:2.1.0 "
63- implementation " io.ktor:ktor-client-js:2.1.0 "
62+ implementation " io.ktor:ktor-client-websockets:2.1.1 "
63+ implementation " io.ktor:ktor-client-js:2.1.1 "
6464 implementation " org.jetbrains.kotlinx:kotlinx-coroutines-core-js:1.6.4"
6565 }
6666 }
0 commit comments