Update the samples to use the latest snapshots

This commit is contained in:
Andy Wilkinson
2017-05-12 20:10:47 +01:00
parent add6e6932e
commit 56a0495288
6 changed files with 6 additions and 6 deletions

View File

@@ -30,7 +30,7 @@ ext {
snippetsDir = file('build/generated-snippets')
}
ext['spring-restdocs.version'] = '1.2.1.BUILD-SNAPSHOT'
ext['spring-restdocs.version'] = '1.2.2.BUILD-SNAPSHOT'
dependencies {
asciidoctor "org.springframework.restdocs:spring-restdocs-asciidoctor:${project.ext['spring-restdocs.version']}"