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

Switch to release versions of parsers and tla2bAST

parent 37375ccb
Branches
Tags
No related merge requests found
Pipeline #151739 passed
......@@ -26,7 +26,7 @@ configurations.all {
resolutionStrategy.cacheChangingModulesFor 0, 'seconds'
}
def parser_version = '2.15.0-SNAPSHOT'
def parser_version = '2.15.0'
dependencies {
//implementation(group: 'com.microsoft', name: 'tla2tools', version: '1.4.6')
......@@ -37,7 +37,7 @@ dependencies {
implementation(group: 'de.hhu.stups', name: 'ltlparser', version: parser_version)
testImplementation(group: 'junit', name: 'junit', version: '4.13.2')
testImplementation(group: 'de.hhu.stups', name: 'tla2bAST', version: '1.4.1-SNAPSHOT')
testImplementation(group: 'de.hhu.stups', name: 'tla2bAST', version: '1.4.1')
}
java {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment