diff --git a/build.gradle b/build.gradle index 3a5f21f6f673c72ec6a58bc8b2ecde3ffb3fe98e..bbe1af03ccc525d8cbbb3ed746552dbcd6436cd4 100644 --- a/build.gradle +++ b/build.gradle @@ -22,7 +22,7 @@ configurations.all { resolutionStrategy.cacheChangingModulesFor 0, 'seconds' } -def parser_version = '2.12.4-SNAPSHOT' +def parser_version = '2.12.4' dependencies { implementation(group: 'commons-cli', name: 'commons-cli', version: '1.4')