System-rules to 1.19.0

This commit is contained in:
Tyler Benson 2018-11-30 09:49:39 -08:00
parent 983077d150
commit cb7d3bb6c6
1 changed files with 2 additions and 3 deletions

View File

@ -67,10 +67,9 @@ dependencies {
testCompile deps.spock
testCompile deps.groovy
testCompile deps.testLogging
testCompile 'info.solidsoft.spock:spock-global-unroll:0.5.1'
testCompile group: 'com.github.stefanbirkner', name: 'system-rules', version: '1.17.1'
testCompile group: 'info.solidsoft.spock', name: 'spock-global-unroll', version: '0.5.1'
testCompile group: 'com.anotherchrisberry', name: 'spock-retry', version: '0.6.4'
testCompile group: 'com.github.stefanbirkner', name: 'system-rules', version: '1.19.0'
}
tasks.withType(Javadoc) {