Skip to content

Commit

Permalink
Bump OpenCv to 4.10 (#12)
Browse files Browse the repository at this point in the history
Signed-off-by: Jade Turner <spacey-sooty@proton.me>
  • Loading branch information
spacey-sooty authored Dec 19, 2024
1 parent 5f9d316 commit 1cbb7aa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ if (JNI_FOUND)
endif()


set(OPENCV_YEAR "frc2024")
set(OPENCV_VERSION "4.8.0-2")
set(OPENCV_YEAR "frc2025")
set(OPENCV_VERSION "4.10.0-3")
# also valid: windowsx86-64

# type can be "", "debug", "static", or "staticdebug"
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ java {
}

dependencies {
implementation wpilibTools.deps.wpilibOpenCvJava("frc2024", "4.8.0-2")
implementation wpilibTools.deps.wpilibOpenCvJava("frc2025", "4.10.0-3")

// Junit
testImplementation("org.junit.jupiter:junit-jupiter-api:5.8.2")
Expand Down

0 comments on commit 1cbb7aa

Please sign in to comment.