From 629c103d77ffc357e654a22b230ea5e082a9d6cd Mon Sep 17 00:00:00 2001 From: Ryan Brott Date: Fri, 22 Sep 2023 18:26:54 -0700 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 f290962..6638256 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.6" - implementation "com.acmerobotics.dashboard:dashboard:0.4.12" + implementation "com.acmerobotics.dashboard:dashboard:0.4.13" }