Skip to content

Commit

Permalink
Polishing
Browse files Browse the repository at this point in the history
  • Loading branch information
nebhale committed Feb 14, 2017
1 parent 3a2c796 commit 69ebca2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Most projects will need two dependencies; the Operations API and an implementati
<dependency>
<groupId>io.projectreactor</groupId>
<artifactId>reactor-core</artifactId>
<version>3.0.4.RELEASE</version>
<version>3.0.5.RELEASE</version>
</dependency>
<dependency>
<groupId>io.projectreactor.ipc</groupId>
Expand Down Expand Up @@ -73,7 +73,7 @@ For Gradle, the dependencies would be defined like this:
dependencies {
compile 'org.cloudfoundry:cloudfoundry-client-reactor:2.1.0.RELEASE'
compile 'org.cloudfoundry:cloudfoundry-operations:2.1.0.RELEASE'
compile 'io.projectreactor:reactor-core:3.0.4.RELEASE'
compile 'io.projectreactor:reactor-core:3.0.5.RELEASE'
compile 'io.projectreactor.ipc:reactor-netty:0.6.0.RELEASE'
...
}
Expand Down

0 comments on commit 69ebca2

Please sign in to comment.