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