Skip to content

Commit

Permalink
Update springloaded version to 1.2.6.RELEASE in Gradle-related docs
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-simons authored and wilkinsona committed Jan 10, 2017
1 parent 7c161b9 commit ddca9a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spring-boot-docs/src/main/asciidoc/howto.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -2479,7 +2479,7 @@ To configure IntelliJ IDEA correctly you can use the `idea` Gradle plugin:
repositories { jcenter() }
dependencies {
classpath "org.springframework.boot:spring-boot-gradle-plugin:{spring-boot-version}"
classpath 'org.springframework:springloaded:1.2.0.RELEASE'
classpath 'org.springframework:springloaded:1.2.6.RELEASE'
}
}
Expand Down

0 comments on commit ddca9a1

Please sign in to comment.