Skip to content

Commit

Permalink
Prepare release 3.3.11.RELEASE
Browse files Browse the repository at this point in the history
  • Loading branch information
ericbottard committed Oct 26, 2020
1 parent f984ac7 commit 3c281eb
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,15 +33,15 @@ repositories {
}
dependencies {
compile "io.projectreactor:reactor-core:3.3.10.RELEASE"
testCompile "io.projectreactor:reactor-test:3.3.10.RELEASE"
compile "io.projectreactor:reactor-core:3.3.11.RELEASE"
testCompile "io.projectreactor:reactor-test:3.3.11.RELEASE"
// Alternatively, use the following for latest snapshot artifacts in this line
// compile "io.projectreactor:reactor-core:3.3.11.BUILD-SNAPSHOT"
// testCompile "io.projectreactor:reactor-test:3.3.11.BUILD-SNAPSHOT"
// compile "io.projectreactor:reactor-core:3.3.12.BUILD-SNAPSHOT"
// testCompile "io.projectreactor:reactor-test:3.3.12.BUILD-SNAPSHOT"
// Optionally, use `reactor-tools` to help debugging reactor code
// implementation "io.projectreactor:reactor-tools:3.3.10.RELEASE"
// implementation "io.projectreactor:reactor-tools:3.3.11.RELEASE"
}
```

Expand Down

0 comments on commit 3c281eb

Please sign in to comment.