diff --git a/build.gradle b/build.gradle index b8d807d..1fde063 100644 --- a/build.gradle +++ b/build.gradle @@ -15,8 +15,7 @@ repositories { dependencies { // Apache Commons CLI for parsing command line arguments - compile 'commons-cli:commons-cli:1.5-SNAPSHOT' - + implementation 'commons-cli:commons-cli:1.5-SNAPSHOT' // Testing testCompile group: 'junit', name: 'junit', version: '4.12'