Skip to content

Commit

Permalink
Merge branch 'master' into opencv-macos-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mcm001 committed Oct 25, 2023
2 parents 3af2545 + c5b42a1 commit ccc1f7f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions shared/common.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,9 @@ dependencies {
implementation group: "us.hebi.quickbuf", name: "quickbuf-runtime", version: wpi.versions.quickbufVersion.get();

testImplementation("org.junit.jupiter:junit-jupiter:5.8.2")

// wpilib serde
implementation 'us.hebi.quickbuf:quickbuf-runtime:1.3.2'
}

test {
Expand Down

0 comments on commit ccc1f7f

Please sign in to comment.