Update the dependency versions in the samples to use latest snapshots

This commit is contained in:
Andy Wilkinson
2017-05-12 12:30:00 +01:00
parent a996041384
commit 88db798b25
6 changed files with 6 additions and 6 deletions

View File

@@ -21,7 +21,7 @@ apply plugin: "idea"
apply plugin: "org.grails.grails-web"
ext {
restDocsVersion = "1.2.0.BUILD-SNAPSHOT"
restDocsVersion = "1.2.1.BUILD-SNAPSHOT"
snippetsDir = file('src/docs/generated-snippets')
}