Skip to content
Snippets Groups Projects
Commit 0efa6e3e authored by dgelessus's avatar dgelessus
Browse files

Switch back to release version of parsers in preparation for release

parent 15a22020
No related branches found
No related tags found
No related merge requests found
Pipeline #157957 passed
...@@ -27,7 +27,7 @@ configurations.configureEach { ...@@ -27,7 +27,7 @@ configurations.configureEach {
resolutionStrategy.cacheChangingModulesFor 0, 'seconds' resolutionStrategy.cacheChangingModulesFor 0, 'seconds'
} }
def parser_version = '2.15.3-SNAPSHOT' def parser_version = "2.15.2"
dependencies { dependencies {
implementation(group: 'commons-cli', name: 'commons-cli', version: '1.9.0') implementation(group: 'commons-cli', name: 'commons-cli', version: '1.9.0')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment