Skip to content

Commit edf07be

Browse files
committed
Update WPILib to 2025.2.1
1 parent e64ddb2 commit edf07be

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
buildscript {
2-
ext.WPI_VER = "2025.1.1"
2+
ext.WPI_VER = "2025.2.1"
33
}
44

55
plugins {
66
id "java"
77

88
id "maven-publish"
99

10-
id "edu.wpi.first.GradleRIO" version "2025.1.1"
10+
id "edu.wpi.first.GradleRIO" version "2025.2.1"
1111
id "com.diffplug.spotless" version "6.22.0"
1212
id "com.github.spotbugs" version "5.2.0"
1313
}

0 commit comments

Comments
 (0)