mirror of
https://github.com/sdkman/sdkman-cli.git
synced 2026-04-29 03:25:55 -04:00
updated to latest junit library
This commit is contained in:
@@ -16,7 +16,7 @@ repositories {
|
||||
dependencies {
|
||||
groovy group: 'org.codehaus.groovy', name: 'groovy', version: '2.0.5'
|
||||
groovy group: 'org.codehaus.groovy', name: 'groovy-templates', version: '2.0.5'
|
||||
testCompile group: 'junit', name: 'junit', version: '4.10'
|
||||
testCompile group: 'junit', name: 'junit', version: '4.11'
|
||||
testCompile group: 'info.cukes', name: 'cucumber-groovy', version: '1.0.14'
|
||||
testCompile group: 'info.cukes', name: 'cucumber-junit', version: '1.0.14'
|
||||
testCompile group: 'org.vert-x', name: 'vertx-core', version: '1.3.0.final'
|
||||
|
||||
Reference in New Issue
Block a user