From dd8111a0aa649b98e878fd8b34449d737f5ad977 Mon Sep 17 00:00:00 2001 From: Thad House Date: Sun, 10 Dec 2023 23:18:57 -0800 Subject: [PATCH] Update native utils for new compile commands fixes (#698) --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 89631515..4fd4a632 100644 --- a/build.gradle +++ b/build.gradle @@ -17,7 +17,7 @@ repositories { dependencies { api 'com.google.code.gson:gson:2.8.6' - api 'edu.wpi.first:native-utils:2024.3.1' + api 'edu.wpi.first:native-utils:2024.5.1' api 'de.undercouch:gradle-download-task:4.1.2'