diff --git a/CMakeLists.txt b/CMakeLists.txt index 08ef020..cfcd89c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -21,7 +21,7 @@ include(FetchContent) # Keep this in sync with build.gradle and with # https://github.com/PhotonVision/photonvision/blob/main/build.gradle set(OPENCV_VERSION "2027-4.13.0-3") -set(WPIMATH_VERSION "2027.0.0-alpha-5") +set(WPIMATH_VERSION "2027.0.0-alpha-6") # type can be "", "debug", "static", or "staticdebug" set(OPENCV_TYPE "") diff --git a/build.gradle b/build.gradle index b0dfa5a..1435d9a 100644 --- a/build.gradle +++ b/build.gradle @@ -29,7 +29,7 @@ java { targetCompatibility = JavaVersion.VERSION_25 } -wpilibTools.deps.wpilibVersion = "2027.0.0-alpha-5" +wpilibTools.deps.wpilibVersion = "2027.0.0-alpha-6" dependencies { implementation wpilibTools.deps.wpilibOpenCvJava("2027-4.13.0-3")