chore: bump wpilib to 2025.3.2 and fix mypy errors (#1819)

This commit is contained in:
Sam Freund
2025-03-19 00:31:59 -05:00
committed by GitHub
parent abbf3f2820
commit 30645803e6
13 changed files with 31 additions and 31 deletions

View File

@@ -1,6 +1,6 @@
plugins {
id "java"
id "edu.wpi.first.GradleRIO" version "2025.3.1"
id "edu.wpi.first.GradleRIO" version "2025.3.2"
}
sourceCompatibility = JavaVersion.VERSION_17
@@ -9,8 +9,8 @@ targetCompatibility = JavaVersion.VERSION_17
def ROBOT_MAIN_CLASS = "frc.robot.Main"
wpi.maven.useDevelopment = true
wpi.versions.wpilibVersion = "2025.3.1"
wpi.versions.wpimathVersion = "2025.3.1"
wpi.versions.wpilibVersion = "2025.3.2"
wpi.versions.wpimathVersion = "2025.3.2"
// Define my targets (RoboRIO) and artifacts (deployable files)