Bump WPILib to beta 2 (#972)

---------

Co-authored-by: Sriman Achanta <68172138+srimanachanta@users.noreply.github.com>
This commit is contained in:
Matt
2023-10-23 23:28:37 -04:00
committed by GitHub
parent 959c162fc2
commit c5b42a1191
18 changed files with 19 additions and 22 deletions

View File

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