Skip to content

Commit

Permalink
Prepare 3.2.0.RELEASE
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephane Maldini committed Sep 19, 2018
1 parent c70f5b2 commit c0091aa
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ With Gradle from repo.spring.io or Maven Central repositories (stable releases o
}
dependencies {
//compile "io.projectreactor:reactor-core:3.1.8.RELEASE"
//testCompile("io.projectreactor:reactor-test:3.1.8.RELEASE")
compile "io.projectreactor:reactor-core:3.2.0.RC1"
testCompile("io.projectreactor:reactor-test:3.2.0.RC1")
//compile "io.projectreactor:reactor-core:3.2.1.BUILD-SNAPSHOT"
//testCompile("io.projectreactor:reactor-test:3.2.1.BUILD-SNAPSHOT")
compile "io.projectreactor:reactor-core:3.2.0.RELEASE"
testCompile("io.projectreactor:reactor-test:3.2.0.RELEASE")
}
```

Expand Down

0 comments on commit c0091aa

Please sign in to comment.