@@ -52,14 +52,14 @@ repositories {
5252 maven { url 'https://oss.jfrog.org/oss-snapshot-local' }
5353}
5454dependencies {
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'
5757
5858// 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'
6060
6161// 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'
6363
6464// one of ktor engines to work with websockets
6565// client engines
@@ -82,14 +82,14 @@ repositories {
8282 maven(" https://oss.jfrog.org/oss-snapshot-local" )
8383}
8484dependencies {
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" )
8787
8888// 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")
9090
9191// 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")
9393
9494// one of ktor engines to work with websockets
9595// client engines
0 commit comments