Skip to content

Commit 41c51d8

Browse files
use the 1.0.0-RC1 in examples (#11)
1 parent 2ff1626 commit 41c51d8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/java-httpserver/server.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import java.util.concurrent.Executors
1111
///usr/bin/env jbang "$0" "$@" ; exit $?
1212
//JAVA 21
1313
//KOTLIN 2.2.0
14-
//DEPS dev.cloudgt.datastar:kotlin-sdk:0.1.0
14+
//DEPS dev.data-star.kotlin:kotlin-sdk:1.0.0-RC1
1515
//DEPS org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2
1616

1717

examples/ktor/server.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import java.io.Writer
1717
///usr/bin/env jbang "$0" "$@" ; exit $?
1818
//JAVA 21
1919
//KOTLIN 2.2.0
20-
//DEPS dev.cloudgt.datastar:kotlin-sdk:0.1.0
20+
//DEPS dev.data-star.kotlin:kotlin-sdk:1.0.0-RC1
2121
//DEPS io.ktor:ktor-server-core-jvm:3.2.3
2222
//DEPS io.ktor:ktor-server-netty-jvm:3.2.3
2323

0 commit comments

Comments
 (0)