[build, wpiutil] Switch macos to universal binaries (#4628)

This commit is contained in:
Thad House
2022-11-14 11:36:33 -07:00
committed by GitHub
parent 5a320c326b
commit b53ce1d3f0
6 changed files with 7 additions and 23 deletions

View File

@@ -5,5 +5,5 @@ repositories {
}
}
dependencies {
implementation "edu.wpi.first:native-utils:2023.6.1"
implementation "edu.wpi.first:native-utils:2023.7.0"
}