[build] Update to native utils 2024.2.0 (#5601)

This commit is contained in:
Thad House
2023-09-08 20:15:24 -07:00
committed by GitHub
parent a9ab08f48b
commit f63d958995
2 changed files with 3 additions and 1 deletions

View File

@@ -9,5 +9,5 @@ repositories {
}
}
dependencies {
implementation "edu.wpi.first:native-utils:2024.0.0"
implementation "edu.wpi.first:native-utils:2024.2.0"
}

View File

@@ -13,6 +13,8 @@ nativeUtils.withCrossLinuxArm64()
nativeUtils {
wpi {
configureDependencies {
opencvYear = "frc2023"
googleTestYear = "frc2023"
niLibVersion = "2023.3.0"
opencvVersion = "4.6.0-5"
googleTestVersion = "1.12.1-2"