Skip to content

Commit b075975

Browse files
committed
update readme [ci skip]
1 parent b6e6568 commit b075975

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,25 +15,24 @@ It enables following symmetric interaction models:
1515

1616
## Build and Binaries
1717

18-
Snapshots are available on Bintray
1918
```groovy
2019
repositories {
21-
maven { url 'https://oss.jfrog.org/libs-snapshot' }
20+
maven { url 'https://oss.jfrog.org/oss-release-local' }
2221
}
2322
```
2423

2524
```groovy
2625
dependencies {
27-
compile 'io.rsocket.kotlin:rsocket-core:0.9-SNAPSHOT'
26+
compile 'io.rsocket.kotlin:rsocket-core:0.9.6'
2827
}
2928
```
3029
### Transports
3130
`Netty` based Websockets and TCP transport (`Client` and `Server`)
3231
`OkHttp` based Websockets transport (`Client` only)
3332
```groovy
3433
dependencies {
35-
compile 'io.rsocket.kotlin:rsocket-transport-netty:0.9-SNAPSHOT'
36-
compile 'io.rsocket.kotlin:rsocket-transport-okhttp:0.9-SNAPSHOT'
34+
compile 'io.rsocket.kotlin:rsocket-transport-netty:0.9.6'
35+
compile 'io.rsocket.kotlin:rsocket-transport-okhttp:0.9.6'
3736
}
3837
```
3938
### Usage

0 commit comments

Comments
 (0)