Update the samples to use 2.0.6 snapshots

This commit is contained in:
Andy Wilkinson
2020-09-16 18:19:10 +01:00
parent 9817710044
commit 562fd9f1c4
7 changed files with 7 additions and 7 deletions

View File

@@ -20,7 +20,7 @@ ext {
snippetsDir = file('build/generated-snippets')
}
ext['spring-restdocs.version'] = '2.0.5.BUILD-SNAPSHOT'
ext['spring-restdocs.version'] = '2.0.6.BUILD-SNAPSHOT'
dependencies {
compile 'io.projectreactor.ipc:reactor-netty:0.7.1.RELEASE'