Skip to content

Commit

Permalink
Add wpiunits to dependency list (#297)
Browse files Browse the repository at this point in the history
  • Loading branch information
ThadHouse committed Dec 12, 2023
1 parent 9fc0428 commit 68c1a75
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ nativeConfig.dependencies.add wpilibTools.deps.wpilib("wpinet")
nativeConfig.dependencies.add wpilibTools.deps.wpilib("wpiutil")

dependencies {
implementation wpilibTools.deps.wpilibJava("wpiunits")
implementation wpilibTools.deps.wpilibJava("wpiutil")
implementation wpilibTools.deps.wpilibJava("wpimath")
implementation wpilibTools.deps.wpilibJava("wpinet")
Expand Down

0 comments on commit 68c1a75

Please sign in to comment.