Skip to content

Commit

Permalink
Updated library versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
FRC2539 committed Jun 28, 2022
1 parent 79cb26d commit 0fddd01
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ targetCompatibility = JavaVersion.VERSION_11

allprojects {
group 'com.team2539'
version '1.1.0'
version '1.1.1'

repositories {
mavenCentral()
Expand All @@ -26,14 +26,14 @@ allprojects {
}

dependencies {
implementation 'edu.wpi.first.wpilibj:wpilibj-java:2022.1.1'
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.20.2'
implementation 'com.ctre.phoenix:wpiapi-java:5.20.2'
implementation 'com.ctre.phoenix:api-java:5.21.2'
implementation 'com.ctre.phoenix:wpiapi-java:5.21.2'

// REV is implementation because it is not a hard requirement
implementation 'com.revrobotics.frc:REVLib-java:2022.1.0'
implementation 'com.revrobotics.frc:REVLib-java:2022.1.1'

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

0 comments on commit 0fddd01

Please sign in to comment.