Skip to content

Commit

Permalink
[release] Prepare and release 3.6.12
Browse files Browse the repository at this point in the history
Signed-off-by: Dariusz Jędrzejczyk <[email protected]>
  • Loading branch information
chemicL committed Nov 12, 2024
1 parent 7817209 commit 320307c
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 @@ -31,15 +31,15 @@ repositories {
}
dependencies {
compile "io.projectreactor:reactor-core:3.6.11"
testCompile "io.projectreactor:reactor-test:3.6.11"
compile "io.projectreactor:reactor-core:3.6.12"
testCompile "io.projectreactor:reactor-test:3.6.12"
// Alternatively, use the following for latest snapshot artifacts in this line
// compile "io.projectreactor:reactor-core:3.6.12-SNAPSHOT"
// testCompile "io.projectreactor:reactor-test:3.6.12-SNAPSHOT"
// compile "io.projectreactor:reactor-core:3.6.13-SNAPSHOT"
// testCompile "io.projectreactor:reactor-test:3.6.13-SNAPSHOT"
// Optionally, use `reactor-tools` to help debugging reactor code
// implementation "io.projectreactor:reactor-tools:3.6.11"
// implementation "io.projectreactor:reactor-tools:3.6.12"
}
```

Expand Down

0 comments on commit 320307c

Please sign in to comment.