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 {
17
17
dependencies {
18
18
// For some utility classes. We don't actually apply DeployUtils to the FRCToolchain,
19
19
// but we do in GradleRIO
20
- api ' edu.wpi.first:DeployUtils:2025.0 .0'
20
+ api ' edu.wpi.first:DeployUtils:2025.2 .0'
21
21
api ' de.undercouch:gradle-download-task:4.0.1'
22
22
23
23
testImplementation(' org.spockframework:spock-core:2.0-M4-groovy-3.0' ) {
Original file line number Diff line number Diff line change 13
13
14
14
allprojects {
15
15
group = " edu.wpi.first"
16
- version = " 2025.3 .0"
16
+ version = " 2025.4 .0"
17
17
18
18
if (project. hasProperty(' publishVersion' )) {
19
19
version = project. publishVersion
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import edu.wpi.first.toolchain.NativePlatforms
2
2
3
3
plugins {
4
4
id " cpp"
5
- id " edu.wpi.first.NativeUtils" version " 2025.3 .0"
5
+ id " edu.wpi.first.NativeUtils" version " 2025.4 .0"
6
6
}
7
7
8
8
nativeUtils. addWpiNativeUtils()
You can’t perform that action at this time.
0 commit comments