Skip to content

Commit

Permalink
Adjust CTRE Version
Browse files Browse the repository at this point in the history
  • Loading branch information
ccoesens committed Dec 4, 2022
1 parent bf0440d commit 8d629ea
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 @@ -24,8 +24,8 @@ dependencies {
implementation 'edu.wpi.first.wpilibj:wpilibj-java:2022.4.1'

// CTRE is implementation because it is not a hard requirement
implementation 'com.ctre.phoenix:api-java:5.21.3.0'
implementation 'com.ctre.phoenix:wpiapi-java:5.21.3.0'
implementation 'com.ctre.phoenix:api-java:5.21.3'
implementation 'com.ctre.phoenix:wpiapi-java:5.21.3'

testImplementation 'org.junit.jupiter:junit-jupiter-api:5.7.2'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine'
Expand Down

0 comments on commit 8d629ea

Please sign in to comment.