File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ repositories {
1717dependencies {
1818 // For some utility classes. We don't actually apply DeployUtils to the FRCToolchain,
1919 // but we do in GradleRIO
20- api ' edu.wpi.first:DeployUtils:2025.0 .0'
20+ api ' edu.wpi.first:DeployUtils:2025.2 .0'
2121 api ' de.undercouch:gradle-download-task:4.0.1'
2222
2323 testImplementation(' org.spockframework:spock-core:2.0-M4-groovy-3.0' ) {
Original file line number Diff line number Diff line change 1313
1414allprojects {
1515 group = " edu.wpi.first"
16- version = " 2025.3 .0"
16+ version = " 2025.4 .0"
1717
1818 if (project. hasProperty(' publishVersion' )) {
1919 version = project. publishVersion
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import edu.wpi.first.toolchain.NativePlatforms
22
33plugins {
44 id " cpp"
5- id " edu.wpi.first.NativeUtils" version " 2025.3 .0"
5+ id " edu.wpi.first.NativeUtils" version " 2025.4 .0"
66}
77
88nativeUtils. addWpiNativeUtils()
You can’t perform that action at this time.
0 commit comments