Skip to content
Snippets Groups Projects
Commit e5331f46 authored by Michael Leuschel's avatar Michael Leuschel
Browse files

update parser version

parent 371e1e9b
Branches
Tags
No related merge requests found
...@@ -30,10 +30,10 @@ configurations.all { ...@@ -30,10 +30,10 @@ configurations.all {
def parser_version def parser_version
if (isSnapshot) { if (isSnapshot) {
parser_version = '2.9.29-SNAPSHOT' parser_version = '2.9.33-SNAPSHOT'
} }
else { else {
parser_version = '2.9.28' parser_version = '2.9.32'
} }
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