Bump to wpilib 2023.1.1 (#694)

This commit is contained in:
Matt
2023-01-06 14:53:39 -08:00
committed by GitHub
parent 087429dab9
commit 8117b5814b
17 changed files with 17 additions and 17 deletions

View File

@@ -1,6 +1,6 @@
{
"enableCppIntellisense": false,
"currentLanguage": "java",
"projectYear": "2023Beta",
"projectYear": "2023",
"teamNumber": 6995
}

View File

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