Skip to content

Commit bd693be

Browse files
Update Samples dependencies
1 parent 6df0c11 commit bd693be

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

samples/grpc-app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
plugins {
66
kotlin("jvm") version "2.2.0"
7-
id("org.jetbrains.kotlinx.rpc.plugin") version "0.10.0-grpc-127"
7+
id("org.jetbrains.kotlinx.rpc.plugin") version "0.10.1"
88
}
99

1010
group = "kotlinx.rpc.sample"

samples/ktor-web-app/gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[versions]
22
kotlin = "2.2.21"
3-
kotlin-wrappers-bom = "2025.10.12"
3+
kotlin-wrappers-bom = "2025.10.13"
44
ktor = "3.3.1"
55
kotlinx-serialization-json = "1.9.0"
66
kotlinx-coroutines-core = "1.10.2"

0 commit comments

Comments
 (0)