diff options
-rw-r--r-- | smartdashboard/build.gradle | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/smartdashboard/build.gradle b/smartdashboard/build.gradle index b1fcaf6..d634443 100644 --- a/smartdashboard/build.gradle +++ b/smartdashboard/build.gradle @@ -54,6 +54,6 @@ repositories { dependencies { compile "edu.wpi.first.wpilib.networktables.java:NetworkTables:3.0.0-SNAPSHOT:desktop" compile 'junit:junit:4.12' - compile 'jcommon:jcommon:0.9.5' - compile 'jfreechart:jfreechart:1.0.0' + compile 'jfree:jcommon:1.0.16' + compile 'jfree:jfreechart:1.0.13' } |