From 44dd9c43d51284dd8c0e8e599c62ca79d3c341d4 Mon Sep 17 00:00:00 2001 From: j5155 <54331556+j5155@users.noreply.github.com> Date: Sat, 5 Oct 2024 11:10:29 -0800 Subject: [PATCH] Update upstream driver --- TeamCode/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TeamCode/build.gradle b/TeamCode/build.gradle index b80292b6ff0a..f1af1c59f8e6 100644 --- a/TeamCode/build.gradle +++ b/TeamCode/build.gradle @@ -38,5 +38,5 @@ dependencies { implementation "com.acmerobotics.roadrunner:core:1.0.0" implementation "com.acmerobotics.roadrunner:actions:1.0.0" implementation "com.acmerobotics.dashboard:dashboard:0.4.16" - implementation "com.github.jdhs-ftc:road-runner-ftc-otos:60262dd686" + implementation "com.github.jdhs-ftc:road-runner-ftc-otos:8e83c17ff7" }