File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed
kotlin-wot-binding-websocket Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ dependencies {
33
44 api(project(" :kotlin-wot" ))
55 api(project(" :kotlin-wot-lmos-protocol" ))
6- implementation(" org.slf4j:slf4j-api" )
76 implementation(" io.ktor:ktor-server-netty" )
87 implementation(" io.ktor:ktor-server-websockets" )
98 implementation(" io.ktor:ktor-client-websocket:1.1.4" )
Original file line number Diff line number Diff line change 11dependencies {
2- // implementation("org.jetbrains.kotlin:kotlin-reflect:2.0.20")
3- api(" org.jetbrains.kotlinx:kotlinx-coroutines-core:1.9.0" )
2+ api(" org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2" )
43 api(" com.fasterxml.jackson.module:jackson-module-kotlin:2.18.3" )
54 implementation(" com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.18.3" )
65
You can’t perform that action at this time.
0 commit comments