Update the samples to build against 1.0.1 snapshots

This commit is contained in:
Andy Wilkinson
2015-10-22 10:03:57 +01:00
parent 69f6b40e28
commit 9a3e4c5f70
2 changed files with 2 additions and 2 deletions

View File

@@ -28,7 +28,7 @@ targetCompatibility = 1.7
ext {
snippetsDir = file('build/generated-snippets')
springRestdocsVersion = '1.0.0.BUILD-SNAPSHOT'
springRestdocsVersion = '1.0.1.BUILD-SNAPSHOT'
}
dependencies {