Bump WPILib to 2024.2.1 (#1188)

This commit is contained in:
Craig Schardt
2024-01-21 19:06:47 -06:00
committed by GitHub
parent 90773e0e4a
commit bcea6fcc8d
11 changed files with 16 additions and 16 deletions

View File

@@ -1,6 +1,6 @@
plugins {
id "java"
id "edu.wpi.first.GradleRIO" version "2024.1.1"
id "edu.wpi.first.GradleRIO" version "2024.2.1"
}
sourceCompatibility = JavaVersion.VERSION_11