Update the samples to use 1.2.6 snapshots

This commit is contained in:
Andy Wilkinson
2018-07-19 12:51:24 +01:00
parent 589a89fbcb
commit 8bb460170c
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.5.BUILD-SNAPSHOT"
restDocsVersion = "1.2.6.BUILD-SNAPSHOT"
snippetsDir = file('src/docs/generated-snippets')
}