From a101f76017013ee6dc413c1f3626ef974ff943c3 Mon Sep 17 00:00:00 2001 From: samfreund Date: Mon, 11 May 2026 17:47:13 -0500 Subject: [PATCH 1/2] alpha 6 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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") From f34e04fa5aa345640bad94fbc45c87b775883ec4 Mon Sep 17 00:00:00 2001 From: Matt Morley Date: Thu, 21 May 2026 08:32:20 -0700 Subject: [PATCH 2/2] Update CMakeLists.txt --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 "")