Skip to content

Commit 08249e9

Browse files
committed
updated to wpilib 2025.3.2
1 parent 57a5d84 commit 08249e9

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.wpilib/wpilib_preferences.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"enableCppIntellisense": false,
33
"currentLanguage": "java",
4-
"projectYear": "2024",
4+
"projectYear": "2025",
55
"teamNumber": 199
66
}

build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
plugins {
22
id "java"
3-
id "edu.wpi.first.GradleRIO" version "2025.2.1"
3+
id "edu.wpi.first.GradleRIO" version "2025.3.2"
44
id "maven-publish"
55
id "eclipse"
66
}
@@ -75,6 +75,7 @@ dependencies {
7575

7676
testImplementation 'org.junit.jupiter:junit-jupiter:5.10.1'
7777
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
78+
testImplementation 'junit:junit:4.13.2'
7879

7980
implementation 'org.mockito:mockito-core:5.11.0'
8081
implementation group: 'org.apache.commons', name: 'commons-csv', version: '1.6'

0 commit comments

Comments
 (0)