File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -21,11 +21,12 @@ allprojects {
2121 }
2222}
2323
24- def WPILIB_VER = ' 2018.4.1'
25- def NTCORE_VER = ' 4.1.0'
26- def OPENCV_VER = ' 3.2.0'
27- def WPIUTIL_VER = ' 3.2.0'
28- def CSCORE_VER = ' 1.3.0'
24+ def WPILIB_VER = ' 2019.1.1'
25+ def NTCORE_VER = WPILIB_VER
26+ def OPENCV_VER = ' 3.4.4-4'
27+ def WPIUTIL_VER = WPILIB_VER
28+ def CSCORE_VER = WPILIB_VER
29+ def CAMERASERVER_VER = WPILIB_VER
2930def JUNIT_VER = ' 5.3.1'
3031
3132dependencies {
@@ -35,8 +36,8 @@ dependencies {
3536 compile " edu.wpi.first.ntcore:ntcore-java:$NTCORE_VER "
3637 compile " edu.wpi.first.wpiutil:wpiutil-java:$WPIUTIL_VER "
3738 compile " edu.wpi.first.cscore:cscore-java:$CSCORE_VER "
38- // compile "edu.wpi.first.cameraserver:cameraserver-java:$WPILIB_VER "
39- compile " org .opencv:opencv-java:$OPENCV_VER "
39+ compile " edu.wpi.first.cameraserver:cameraserver-java:$C AMERASERVER_VER "
40+ compile " edu.wpi.first.thirdparty.frc2019 .opencv:opencv-java:$OPENCV_VER "
4041
4142 // Do not require these as runtime dependencies, since WPILib doesn't.
4243 // The user can figure out what version they need (RIO vs. desktop).
You can’t perform that action at this time.
0 commit comments