Skip to content

Commit 259f483

Browse files
authored
Update README.md
1 parent c0dde4c commit 259f483

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

README.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,21 +17,17 @@ Learn more at http://rsocket.io
1717

1818
[![Build Status](https://travis-ci.org/rsocket/rsocket-java.svg?branch=1.0.x)](https://travis-ci.org/rsocket/rsocket-java)
1919

20-
Snapshots are available via JFrog.
20+
Releases are available via Maven Central.
2121

2222
Example:
2323

2424
```groovy
25-
repositories {
26-
maven { url 'https://oss.jfrog.org/libs-release' }
27-
}
28-
2925
dependencies {
30-
implementation 'io.rsocket:reactivesocket:0.9.20'
26+
implementation 'io.rsocket:rsocket-core:0.11.5'
27+
implementation 'io.rsocket:rsocket-transport-netty:0.11.5'
3128
}
3229
```
3330

34-
No releases to Maven Central or JCenter have occurred yet.
3531

3632
## Development
3733

0 commit comments

Comments
 (0)