Update samples to use 1.2.4 snapshots

This commit is contained in:
Andy Wilkinson
2017-11-28 09:23:03 +00:00
parent fe9ec0ea1c
commit 874bfd119e
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.3.BUILD-SNAPSHOT"
restDocsVersion = "1.2.4.BUILD-SNAPSHOT"
snippetsDir = file('src/docs/generated-snippets')
}