[build] Update native utils to 2023.4.0 (#4539)

This has some decent changes to the toolchain plugin, so allwpilib is a great way to make sure nothing breaks.
This commit is contained in:
Thad House
2022-10-31 19:17:42 -07:00
committed by GitHub
parent 3a5a376465
commit 02465920fb

View File

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