Browse Source

Fixed macro so it mentions M6

Greg Turnquist 13 years ago
parent
commit
5f4ff19a99
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      README.md

+ 1
- 1
README.md View File

@@ -259,7 +259,7 @@ buildscript {
259 259
         mavenLocal()
260 260
     }
261 261
     dependencies {
262
-        classpath("org.springframework.boot:spring-boot-gradle-plugin:0.5.0.M4")
262
+        classpath("org.springframework.boot:spring-boot-gradle-plugin:0.5.0.M6")
263 263
     }
264 264
 }
265 265
 ```