Skip to content

Commit a61bd46

Browse files
authored
Merge pull request #62 from eclipse-thingweb/dependency-update
Fix dependencies
2 parents f83d65e + e10a092 commit a61bd46

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

kotlin-wot-binding-websocket/build.gradle.kts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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")

kotlin-wot/build.gradle.kts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
dependencies {
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

0 commit comments

Comments
 (0)