Skip to content

Commit

Permalink
Prepare release 3.2.20.RELEASE
Browse files Browse the repository at this point in the history
  • Loading branch information
simonbasle committed Sep 14, 2020
1 parent d0e19e7 commit 0129b04
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 @@ -31,12 +31,12 @@ repositories {
}
dependencies {
compile "io.projectreactor:reactor-core:3.2.19.RELEASE"
testCompile "io.projectreactor:reactor-test:3.2.19.RELEASE"
compile "io.projectreactor:reactor-core:3.2.20.RELEASE"
testCompile "io.projectreactor:reactor-test:3.2.20.RELEASE"
// Alternatively, use the following for latest snapshot artifacts in this line
// compile "io.projectreactor:reactor-core:3.2.20.BUILD-SNAPSHOT"
// testCompile "io.projectreactor:reactor-test:3.2.20.BUILD-SNAPSHOT"
// compile "io.projectreactor:reactor-core:3.2.21.BUILD-SNAPSHOT"
// testCompile "io.projectreactor:reactor-test:3.2.21.BUILD-SNAPSHOT"
}
```

Expand Down

0 comments on commit 0129b04

Please sign in to comment.