Skip to content

Commit 0f8ec85

Browse files
authored
pin wpilib version (#23)
1 parent 18cd77f commit 0f8ec85

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ include(FetchContent)
2222
# https://github.com/PhotonVision/photonvision/blob/main/build.gradle
2323
set(OPENCV_YEAR "frc2025")
2424
set(OPENCV_VERSION "4.10.0-3")
25-
set(WPIMATH_VERSION "2026.2.1")
25+
set(WPIMATH_VERSION "2027.0.0-alpha-4")
2626

2727
# type can be "", "debug", "static", or "staticdebug"
2828
set(OPENCV_TYPE "")

build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ java {
2929
targetCompatibility = JavaVersion.VERSION_21
3030
}
3131

32+
wpilibTools.deps.wpilibVersion = "2027.0.0-alpha-4"
33+
3234
dependencies {
3335
implementation wpilibTools.deps.wpilibOpenCvJava("frc2025", "4.10.0-3")
3436

0 commit comments

Comments
 (0)