Skip to content

Commit

Permalink
Updated versions for EasyOpenCV and the dashboard
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinfrei committed Sep 9, 2024
1 parent 8b5a170 commit d611d50
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Path/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'


Expand Down
2 changes: 1 addition & 1 deletion Vision/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down

0 comments on commit d611d50

Please sign in to comment.