diff --git a/TeamCode/build.gradle b/TeamCode/build.gradle index f6d4088c5717..80e1045a0f2a 100644 --- a/TeamCode/build.gradle +++ b/TeamCode/build.gradle @@ -33,7 +33,7 @@ dependencies { implementation project(':FtcRobotController') annotationProcessor files('lib/OpModeAnnotationProcessor.jar') - implementation 'com.acmerobotics.dashboard:dashboard:0.4.6' + implementation 'com.acmerobotics.dashboard:dashboard:0.4.7' implementation 'com.acmerobotics.roadrunner:core:1.0.0-beta0' implementation 'com.fasterxml.jackson.core:jackson-databind:2.12.7'