Update the samples to use the latest snapshots

This commit is contained in:
Andy Wilkinson
2017-09-28 06:57:44 +01:00
parent f6002a00a3
commit d1881c30e2
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.2.BUILD-SNAPSHOT"
restDocsVersion = "1.2.3.BUILD-SNAPSHOT"
snippetsDir = file('src/docs/generated-snippets')
}