Skip to content

Commit 6196259

Browse files
author
James Hagborg
committed
Bump versions to 2019
1 parent 16fc0ac commit 6196259

1 file changed

Lines changed: 8 additions & 7 deletions

File tree

build.gradle

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff 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
2930
def JUNIT_VER = '5.3.1'
3031

3132
dependencies {
@@ -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:$CAMERASERVER_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).

0 commit comments

Comments
 (0)