We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df48394 commit 7961c60Copy full SHA for 7961c60
lmos-kotlin-sdk-server/build.gradle.kts
@@ -5,7 +5,7 @@ dependencies {
5
6
testImplementation(platform("io.ktor:ktor-bom:3.1.0"))
7
testImplementation("org.eclipse.thingweb:kotlin-wot-binding-http:0.1.3-SNAPSHOT")
8
- testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-test:1.6.0")
+ testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-test:1.10.2")
9
testImplementation("io.ktor:ktor-client-okhttp")
10
testImplementation("io.ktor:ktor-client-json")
11
testImplementation("io.ktor:ktor-client-jackson")
0 commit comments