Update the samples to build against 2.0.2 samples

This commit is contained in:
Andy Wilkinson
2018-04-23 17:52:47 +01:00
parent 0aa593b3fa
commit cafd526d86
8 changed files with 8 additions and 8 deletions

View File

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