Bump wpilib to 2023.4.2 (#815)

This commit is contained in:
Matt
2023-02-27 09:30:06 -05:00
committed by GitHub
parent 767c0471d9
commit cdf045d887
11 changed files with 11 additions and 11 deletions

View File

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