This repository was archived by the owner on Jan 15, 2021. It is now read-only.
File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ dependencies {
42
42
testCompile ' org.junit.jupiter:junit-jupiter-params:5.6.2'
43
43
44
44
testRuntime ' org.junit.jupiter:junit-jupiter-engine:5.6.2'
45
- testRuntime ' org.junit.platform:junit-platform-launcher:1.6.2 '
45
+ testRuntime ' org.junit.platform:junit-platform-launcher:1.7.0 '
46
46
testCompile ' org.junit.jupiter:junit-jupiter-api:5.6.2'
47
47
testCompile ' org.junit.jupiter:junit-jupiter-params:5.6.2'
48
48
testRuntime ' org.junit.jupiter:junit-jupiter-engine:5.6.2'
Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ dependencies {
64
64
// Test
65
65
testCompile ' org.junit.jupiter:junit-jupiter-api:5.6.2'
66
66
testRuntime ' org.junit.jupiter:junit-jupiter-engine:5.6.2'
67
- testRuntime ' org.junit.platform:junit-platform-launcher:1.6.2 '
67
+ testRuntime ' org.junit.platform:junit-platform-launcher:1.7.0 '
68
68
runtime ' com.snobot.simulator:ctre_sim_override:' + getCtreSimVersion() + ' :' + getCurrentOsArch()
69
69
runtime ' com.snobot.simulator:rev_simulator:' + getRevRoboticsSimVersion() + ' :' + getCurrentOsArch()
70
70
}
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ dependencies {
35
35
testCompile ' org.junit.jupiter:junit-jupiter-api:5.6.2'
36
36
testCompile ' org.junit.jupiter:junit-jupiter-params:5.6.2'
37
37
testRuntime ' org.junit.jupiter:junit-jupiter-engine:5.6.2'
38
- testRuntime ' org.junit.platform:junit-platform-launcher:1.6.2 '
38
+ testRuntime ' org.junit.platform:junit-platform-launcher:1.7.0 '
39
39
testRuntime ' edu.wpi.first.wpiutil:wpiutil-java:' + getWpiUtilVersion()
40
40
testRuntime ' edu.wpi.first.ntcore:ntcore-jni:' + getNtCoreVersion() + ' :' + getCurrentOsArch()
41
41
testRuntime ' edu.wpi.first.cscore:cscore-jni:' + getCsCoreVersion() + ' :' + getCurrentOsArch()
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ dependencies {
27
27
// Test
28
28
testCompile ' org.junit.jupiter:junit-jupiter-api:5.6.2'
29
29
testRuntime ' org.junit.jupiter:junit-jupiter-engine:5.6.2'
30
- testRuntime ' org.junit.platform:junit-platform-launcher:1.6.2 '
30
+ testRuntime ' org.junit.platform:junit-platform-launcher:1.7.0 '
31
31
testRuntime ' edu.wpi.first.ntcore:ntcore-jni:' + getNtCoreVersion() + ' :' + getCurrentOsArch()
32
32
}
33
33
You can’t perform that action at this time.
0 commit comments