This repository was archived by the owner on Jan 15, 2021. It is now read-only.
File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ dependencies {
13
13
compile ' org.yaml:snakeyaml:1.27'
14
14
compile ' net.java.jinput:jinput:2.0.9'
15
15
compile ' org.junit.jupiter:junit-jupiter-engine:5.7.0'
16
- compile ' org.junit.platform:junit-platform-launcher:1.6.2 '
16
+ compile ' org.junit.platform:junit-platform-launcher:1.7.0 '
17
17
compile ' edu.wpi.first.thirdparty.frc2020.opencv:opencv-java:3.4.7-2'
18
18
19
19
compile " com.ctre.phoenix:api-java:5.17.2"
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 @@ -62,7 +62,7 @@ dependencies {
62
62
// Test
63
63
testCompile ' org.junit.jupiter:junit-jupiter-api:5.6.2'
64
64
testRuntime ' org.junit.jupiter:junit-jupiter-engine:5.6.2'
65
- testRuntime ' org.junit.platform:junit-platform-launcher:1.6.2 '
65
+ testRuntime ' org.junit.platform:junit-platform-launcher:1.7.0 '
66
66
runtime ' com.snobot.simulator:ctre_sim_override:' + getCtreSimVersion() + ' :' + getCurrentOsArch()
67
67
runtime ' com.snobot.simulator:rev_simulator:' + getRevRoboticsSimVersion() + ' :' + getCurrentOsArch()
68
68
}
You can’t perform that action at this time.
0 commit comments