Skip to content

Commit

Permalink
Bump org.openftc:apriltag from 1.1.1 to 2.0.0
Browse files Browse the repository at this point in the history
Bumps [org.openftc:apriltag](https://github.com/OpenFTC/EOCV-AprilTag-Plugin) from 1.1.1 to 2.0.0.
- [Release notes](https://github.com/OpenFTC/EOCV-AprilTag-Plugin/releases)
- [Commits](OpenFTC/EOCV-AprilTag-Plugin@v1.1.1...v2.0.0)

---
updated-dependencies:
- dependency-name: org.openftc:apriltag
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jun 19, 2023
1 parent eb89033 commit fbf9f61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TeamCode/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ dependencies {
annotationProcessor files('lib/OpModeAnnotationProcessor.jar')
implementation 'org.ftclib.ftclib:core:2.1.1'
implementation 'org.openftc:easyopencv:1.6.2'
implementation 'org.openftc:apriltag:1.1.1'
implementation 'org.openftc:apriltag:2.0.0'
implementation 'org.apache.commons:commons-math3:3.6.1'
implementation 'com.acmerobotics.roadrunner:core:0.5.5'
}

0 comments on commit fbf9f61

Please sign in to comment.