Update dependency versions in the samples to use latest snapshots

This commit is contained in:
Andy Wilkinson
2017-05-12 12:39:14 +01:00
parent b00b13fed5
commit bd63fae662
6 changed files with 6 additions and 6 deletions

View File

@@ -31,7 +31,7 @@ apply plugin: "org.grails.grails-web"
ext {
grailsVersion = project.grailsVersion
gradleWrapperVersion = project.gradleWrapperVersion
restDocsVersion = "1.1.3.BUILD-SNAPSHOT"
restDocsVersion = "1.1.4.BUILD-SNAPSHOT"
snippetsDir = file('src/docs/generated-snippets')
}