File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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:2024.0 .0'
20+ api ' edu.wpi.first:DeployUtils:2024.1 .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 = " 2024.6.0 "
16+ version = " 2024.6.1 "
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 " 2024.6.0 "
5+ id " edu.wpi.first.NativeUtils" version " 2024.6.1 "
66}
77
88nativeUtils. addWpiNativeUtils()
You can’t perform that action at this time.
0 commit comments