Skip to content
Snippets Groups Projects
Commit 8f315380 authored by dgelessus's avatar dgelessus
Browse files

Set parser version to lowest compatible with tla2bAST 1.1.0

Upgrading tla2bAST causes compile errors.
parent bdfed330
No related branches found
No related tags found
No related merge requests found
Pipeline #80104 failed
......@@ -25,7 +25,7 @@ configurations.all {
resolutionStrategy.cacheChangingModulesFor 0, 'seconds'
}
def parser_version = '2.9.17'
def parser_version = '2.9.14'
def tlatools_version = '1.0.2'
dependencies {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment