We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 858d913 commit 4e379f1Copy full SHA for 4e379f1
README.md
@@ -23,7 +23,7 @@ Example:
23
24
```groovy
25
repositories {
26
- mavenCentral()
+ mavenCentral()
27
maven { url 'https://repo.spring.io/milestone' } // Reactor milestones (if needed)
28
}
29
dependencies {
@@ -38,8 +38,8 @@ Example:
38
39
40
41
- maven { url 'https://oss.jfrog.org/oss-snapshot-local' }
42
- maven { url 'https://repo.spring.io/milestone' } // Reactor snapshots (if needed)
+ maven { url 'https://oss.jfrog.org/oss-snapshot-local' }
+ maven { url 'https://repo.spring.io/snapshot' } // Reactor snapshots (if needed)
43
44
45
implementation 'io.rsocket:rsocket-core:1.0.3-SNAPSHOT'
0 commit comments