Skip to content

Commit

Permalink
Prepare release 3.2.18.RELEASE
Browse files Browse the repository at this point in the history
  • Loading branch information
simonbasle committed Jun 8, 2020
1 parent 25d7d32 commit 979d2b8
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.2.18.BUILD-SNAPSHOT"
//testCompile("io.projectreactor:reactor-test:3.2.18.BUILD-SNAPSHOT")
compile "io.projectreactor:reactor-core:3.2.17.RELEASE"
testCompile("io.projectreactor:reactor-test:3.2.17.RELEASE")
//compile "io.projectreactor:reactor-core:3.2.19.BUILD-SNAPSHOT"
//testCompile("io.projectreactor:reactor-test:3.2.19.BUILD-SNAPSHOT")
compile "io.projectreactor:reactor-core:3.2.18.RELEASE"
testCompile("io.projectreactor:reactor-test:3.2.18.RELEASE")
}
```

Expand Down

0 comments on commit 979d2b8

Please sign in to comment.