Skip to content

Commit da19ac3

Browse files
committed
Change to kotlin-wot 0.1.0-SNAPSHOT
1 parent df48394 commit da19ac3

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ subprojects {
9898

9999
allprojects {
100100
repositories {
101-
mavenLocal()
101+
//mavenLocal()
102102
mavenCentral()
103103
maven {
104104
url = uri("https://oss.sonatype.org/content/repositories/snapshots/")

lmos-kotlin-sdk-base/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
dependencies {
2-
api("org.eclipse.thingweb:kotlin-wot:0.1.3-SNAPSHOT")
2+
api("org.eclipse.thingweb:kotlin-wot:0.1.0-SNAPSHOT")
33
implementation("org.jetbrains.kotlin:kotlin-reflect")
44
}
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
dependencies {
22
api(project(":lmos-kotlin-sdk-base"))
3-
implementation("org.eclipse.thingweb:kotlin-wot-binding-http:0.1.3-SNAPSHOT")
4-
implementation("org.eclipse.thingweb:kotlin-wot-binding-websocket:0.1.3-SNAPSHOT")
3+
implementation("org.eclipse.thingweb:kotlin-wot-binding-http:0.1.0-SNAPSHOT")
4+
implementation("org.eclipse.thingweb:kotlin-wot-binding-websocket:0.1.0-SNAPSHOT")
55
implementation("org.slf4j:slf4j-api:2.0.16")
66
}

lmos-kotlin-sdk-server/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ dependencies {
44
implementation("org.slf4j:slf4j-api:2.0.16")
55

66
testImplementation(platform("io.ktor:ktor-bom:3.1.0"))
7-
testImplementation("org.eclipse.thingweb:kotlin-wot-binding-http:0.1.3-SNAPSHOT")
7+
testImplementation("org.eclipse.thingweb:kotlin-wot-binding-http:0.1.0-SNAPSHOT")
88
testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-test:1.6.0")
99
testImplementation("io.ktor:ktor-client-okhttp")
1010
testImplementation("io.ktor:ktor-client-json")

0 commit comments

Comments
 (0)