Skip to content

Commit 320307c

Browse files
committed
[release] Prepare and release 3.6.12
Signed-off-by: Dariusz Jędrzejczyk <dariusz.jedrzejczyk@broadcom.com>
1 parent 7817209 commit 320307c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,15 +31,15 @@ repositories {
3131
}
3232
3333
dependencies {
34-
compile "io.projectreactor:reactor-core:3.6.11"
35-
testCompile "io.projectreactor:reactor-test:3.6.11"
34+
compile "io.projectreactor:reactor-core:3.6.12"
35+
testCompile "io.projectreactor:reactor-test:3.6.12"
3636
3737
// Alternatively, use the following for latest snapshot artifacts in this line
38-
// compile "io.projectreactor:reactor-core:3.6.12-SNAPSHOT"
39-
// testCompile "io.projectreactor:reactor-test:3.6.12-SNAPSHOT"
38+
// compile "io.projectreactor:reactor-core:3.6.13-SNAPSHOT"
39+
// testCompile "io.projectreactor:reactor-test:3.6.13-SNAPSHOT"
4040
4141
// Optionally, use `reactor-tools` to help debugging reactor code
42-
// implementation "io.projectreactor:reactor-tools:3.6.11"
42+
// implementation "io.projectreactor:reactor-tools:3.6.12"
4343
}
4444
```
4545

0 commit comments

Comments
 (0)