Test against latest Spring IO snapshot

Fixes gh-181
This commit is contained in:
Rob Winch
2015-04-07 16:33:53 -05:00
parent 9ac570cba7
commit 5417e59a50

View File

@@ -11,7 +11,7 @@ group = 'org.springframework.session'
sourceCompatibility = 1.5
targetCompatibility = 1.5
ext.springIoVersion = project.hasProperty('platformVersion') ? platformVersion : '1.1.0.BUILD-SNAPSHOT'
ext.springIoVersion = project.hasProperty('platformVersion') ? platformVersion : 'latest.integration'
ext.spockDependencies = [
dependencies.create("org.spockframework:spock-core:$spockVersion") {