Skip to content

Commit

Permalink
Update wpilib and set version (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
mcm001 authored May 26, 2024
1 parent 6934abb commit 28e2d34
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,15 @@ ext {
pubVersion = versionString
isDev = pubVersion.startsWith("dev")

wpilibVersion = "2024.2.1"
wpilibVersion = "2024.3.2"
wpimathVersion = wpilibVersion
openCVversion = "4.8.0-2"
}

wpi.getVersions().getOpencvVersion().convention(openCVversion);
wpi.getVersions().getWpilibVersion().convention(wpilibVersion);
wpi.getVersions().getWpimathVersion().convention(wpimathVersion);
wpilibTools.deps.wpilibVersion = wpilibVersion

java {
sourceCompatibility = JavaVersion.VERSION_11
Expand Down

0 comments on commit 28e2d34

Please sign in to comment.