File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 55plugins {
66 kotlin(" jvm" ) version " 2.1.10"
77 kotlin(" plugin.serialization" ) version " 2.1.10"
8- id(" org.jetbrains.kotlinx.rpc.plugin" ) version " 0.6.0 "
8+ id(" org.jetbrains.kotlinx.rpc.plugin" ) version " 0.6.1 "
99 id(" com.google.protobuf" ) version " 0.9.5"
1010}
1111
@@ -22,7 +22,7 @@ kotlin {
2222}
2323
2424dependencies {
25- implementation(" org.jetbrains.kotlinx:kotlinx-rpc-grpc-core:0.5 .1-grpc-39 " )
25+ implementation(" org.jetbrains.kotlinx:kotlinx-rpc-grpc-core:0.6 .1-grpc-46 " )
2626 implementation(" ch.qos.logback:logback-classic:1.5.18" )
2727 implementation(" io.grpc:grpc-netty:1.71.0" )
2828}
Original file line number Diff line number Diff line change 11[versions ]
22kotlin = " 2.1.20"
3- kotlin-wrappers-bom = " 2025.4.8 "
3+ kotlin-wrappers-bom = " 2025.4.9 "
44ktor = " 3.1.2"
55kotlinx-serialization-json = " 1.8.1"
66kotlinx-coroutines-core = " 1.10.2"
You can’t perform that action at this time.
0 commit comments