From d611d50ad8f546b9c6d16a2d35928db71f426c38 Mon Sep 17 00:00:00 2001 From: Kevin Frei Date: Sun, 8 Sep 2024 22:40:28 -0700 Subject: [PATCH] Updated versions for EasyOpenCV and the dashboard --- Path/build.gradle | 2 +- Vision/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Path/build.gradle b/Path/build.gradle index 3230a735..ebd8be81 100644 --- a/Path/build.gradle +++ b/Path/build.gradle @@ -32,7 +32,7 @@ dependencies { implementation 'org.apache.commons:commons-math3:3.6.1' - implementation 'com.acmerobotics.dashboard:dashboard:0.4.12' + implementation 'com.acmerobotics.dashboard:dashboard:0.4.15' implementation 'com.acmerobotics.roadrunner:core:0.5.6' diff --git a/Vision/build.gradle b/Vision/build.gradle index cef4830b..ba187bd3 100644 --- a/Vision/build.gradle +++ b/Vision/build.gradle @@ -29,7 +29,7 @@ dependencies { exclude group: 'org.ejml', module: 'ejml-all' } - implementation 'org.openftc:easyopencv:1.7.0' + implementation 'org.openftc:easyopencv:1.7.3' testImplementation(platform('org.junit:junit-bom:5.7.0')) testImplementation('org.junit.jupiter:junit-jupiter-api:5.7.0')