diff --git a/TeamCode/build.gradle b/TeamCode/build.gradle index 63e325cf54cd..c46718aec01f 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" }