Skip to content

Commit dd25b34

Browse files
author
James Hagborg
committed
Update version numbers
1 parent f5a0238 commit dd25b34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ repositories {
1919
}
2020

2121
dependencies {
22-
compile group: 'edu.wpi.first.wpilibj', name: 'athena', version: '2017.+'
22+
compile group: 'edu.wpi.first.wpilibj', name: 'wpilibj-java', version: '2018.+'
2323
// We only need the desktop version right now, since this build file is only used for local testing.
2424
compile group: 'edu.wpi.first.wpilib.networktables.java', name: 'NetworkTables', version: '3.+', classifier: 'desktop'
2525
testCompile group: 'junit', name: 'junit', version: '4.+'

0 commit comments

Comments
 (0)