Skip to content

Commit

Permalink
Prepare 3.2.0.RC1
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephane Maldini committed Sep 6, 2018
1 parent a52529d commit e9ce364
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 @@ -29,8 +29,8 @@ 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.M4"
testCompile("io.projectreactor:reactor-test:3.2.0.M4")
compile "io.projectreactor:reactor-core:3.2.0.RC1"
testCompile("io.projectreactor:reactor-test:3.2.0.RC1")
}
```

Expand Down

0 comments on commit e9ce364

Please sign in to comment.