Skip to content
Snippets Groups Projects
Unverified Commit 63de0f31 authored by David Schneider's avatar David Schneider Committed by GitHub
Browse files

Update parser versions

parent 48506892
No related branches found
No related tags found
No related merge requests found
...@@ -30,10 +30,10 @@ configurations.all { ...@@ -30,10 +30,10 @@ configurations.all {
def parser_version def parser_version
if (project.version.endsWith("-SNAPSHOT")) { if (project.version.endsWith("-SNAPSHOT")) {
parser_version = '2.9.13-SNAPSHOT' parser_version = '2.9.18-SNAPSHOT'
} }
else { else {
parser_version = '2.9.12' parser_version = '2.9.17'
} }
def tlatools_version = '1.0.2' def tlatools_version = '1.0.2'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment