From e69e475565fa9811e46718a191e436d9e9a3aadc Mon Sep 17 00:00:00 2001 From: Ryan Brott Date: Sun, 5 Nov 2023 16:56:40 -0800 Subject: [PATCH] Bump dash --- TeamCode/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TeamCode/build.gradle b/TeamCode/build.gradle index 63e325c..c46718a 100644 --- a/TeamCode/build.gradle +++ b/TeamCode/build.gradle @@ -34,5 +34,5 @@ dependencies { annotationProcessor files('lib/OpModeAnnotationProcessor.jar') implementation "com.acmerobotics.roadrunner:ftc:0.1.8" - implementation "com.acmerobotics.dashboard:dashboard:0.4.13" + implementation "com.acmerobotics.dashboard:dashboard:0.4.14" }