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" }