@@ -52,14 +52,14 @@ repositories {
52
52
maven { url 'https://oss.jfrog.org/oss-snapshot-local' }
53
53
}
54
54
dependencies {
55
- implementation 'io.rsocket.kotlin:rsocket-core:0.10 .0-SNAPSHOT'
56
- implementation 'io.rsocket.kotlin:rsocket-transport-ktor:0.10 .0-SNAPSHOT'
55
+ implementation 'io.rsocket.kotlin:rsocket-core:0.11 .0-SNAPSHOT'
56
+ implementation 'io.rsocket.kotlin:rsocket-transport-ktor:0.11 .0-SNAPSHOT'
57
57
58
58
// client feature for ktor
59
- // implementation 'io.rsocket.kotlin:rsocket-transport-ktor-client:0.10 .0-SNAPSHOT'
59
+ // implementation 'io.rsocket.kotlin:rsocket-transport-ktor-client:0.11 .0-SNAPSHOT'
60
60
61
61
// server feature for ktor
62
- // implementation 'io.rsocket.kotlin:rsocket-transport-ktor-server:0.10 .0-SNAPSHOT'
62
+ // implementation 'io.rsocket.kotlin:rsocket-transport-ktor-server:0.11 .0-SNAPSHOT'
63
63
64
64
// one of ktor engines to work with websockets
65
65
// client engines
@@ -82,14 +82,14 @@ repositories {
82
82
maven(" https://oss.jfrog.org/oss-snapshot-local" )
83
83
}
84
84
dependencies {
85
- implementation(" io.rsocket.kotlin:rsocket-core:0.10 .0-SNAPSHOT" )
86
- implementation(" io.rsocket.kotlin:rsocket-transport-ktor:0.10 .0-SNAPSHOT" )
85
+ implementation(" io.rsocket.kotlin:rsocket-core:0.11 .0-SNAPSHOT" )
86
+ implementation(" io.rsocket.kotlin:rsocket-transport-ktor:0.11 .0-SNAPSHOT" )
87
87
88
88
// client feature for ktor
89
- // implementation("io.rsocket.kotlin:rsocket-transport-ktor-client:0.10 .0-SNAPSHOT")
89
+ // implementation("io.rsocket.kotlin:rsocket-transport-ktor-client:0.11 .0-SNAPSHOT")
90
90
91
91
// server feature for ktor
92
- // implementation("io.rsocket.kotlin:rsocket-transport-ktor-server:0.10 .0-SNAPSHOT")
92
+ // implementation("io.rsocket.kotlin:rsocket-transport-ktor-server:0.11 .0-SNAPSHOT")
93
93
94
94
// one of ktor engines to work with websockets
95
95
// client engines
0 commit comments