Skip to content

Commit

Permalink
Add wpiunits
Browse files Browse the repository at this point in the history
  • Loading branch information
BytingBulldogs3539 committed Jan 14, 2024
1 parent 4a7430b commit 46efddc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ allprojects {

dependencies {
api group: 'edu.wpi.first.wpimath', name: 'wpimath-java', version: '2024.1.1'
api group: 'edu.wpi.first.wpimath', name: 'wpimath-jni', version: '2024.1.1', classifier: 'windowsx86-64'

api group: 'edu.wpi.first.wpiutil', name: 'wpiutil-java', version: '2024.1.1'
api group: 'edu.wpi.first.wpiutil', name: 'wpiutil-jni', version: '2024.1.1', classifier: 'windowsx86-64'

api group: 'edu.wpi.first.wpiunits', name: 'wpiunits-java', version: '2024.1.1'

api group: 'edu.wpi.first.wpilibj', name: 'wpilibj-java', version: '2024.1.1'

Expand Down

0 comments on commit 46efddc

Please sign in to comment.