From 02465920fb8d9daf917e00e620786dd616466e9f Mon Sep 17 00:00:00 2001 From: Thad House Date: Mon, 31 Oct 2022 19:17:42 -0700 Subject: [PATCH] [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. --- buildSrc/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildSrc/build.gradle b/buildSrc/build.gradle index 56b7962aa0..12c2609643 100644 --- a/buildSrc/build.gradle +++ b/buildSrc/build.gradle @@ -5,5 +5,5 @@ repositories { } } dependencies { - implementation "edu.wpi.first:native-utils:2023.3.0" + implementation "edu.wpi.first:native-utils:2023.4.0" }