Skip to content

Commit

Permalink
Update IO Checker to use v1.0.0 tag (#207)
Browse files Browse the repository at this point in the history
  • Loading branch information
legoguy1000 committed Jan 29, 2024
1 parent abb4b5e commit e818549
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ dependencies {
simulationRelease wpi.sim.enableRelease()

testImplementation 'org.junit.jupiter:junit-jupiter:5.10.1'
annotationProcessor 'com.github.Frc5572:RobotTools:main-SNAPSHOT'
annotationProcessor 'com.github.Frc5572:RobotTools:v1.0.0'

def akitJson = new groovy.json.JsonSlurper().parseText(new File(projectDir.getAbsolutePath() + "/vendordeps/AdvantageKit.json").text)
annotationProcessor "org.littletonrobotics.akit.junction:junction-autolog:$akitJson.version"
Expand Down

0 comments on commit e818549

Please sign in to comment.