Skip to content

Commit

Permalink
Prepare release 3.3.10.RELEASE
Browse files Browse the repository at this point in the history
  • Loading branch information
simonbasle committed Sep 14, 2020
1 parent e2a5fd9 commit 6a051f8
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.9.RELEASE"
testCompile "io.projectreactor:reactor-test:3.3.9.RELEASE"
compile "io.projectreactor:reactor-core:3.3.10.RELEASE"
testCompile "io.projectreactor:reactor-test:3.3.10.RELEASE"
// Alternatively, use the following for latest snapshot artifacts in this line
// compile "io.projectreactor:reactor-core:3.3.10.BUILD-SNAPSHOT"
// testCompile "io.projectreactor:reactor-test:3.3.10.BUILD-SNAPSHOT"
// compile "io.projectreactor:reactor-core:3.3.11.BUILD-SNAPSHOT"
// testCompile "io.projectreactor:reactor-test:3.3.11.BUILD-SNAPSHOT"
// Optionally, use `reactor-tools` to help debugging reactor code
// implementation "io.projectreactor:reactor-tools:3.3.9.RELEASE"
// implementation "io.projectreactor:reactor-tools:3.3.10.RELEASE"
}
```

Expand Down

0 comments on commit 6a051f8

Please sign in to comment.