From 337139a66a5abc86139a92f5cbd442afee03a23a Mon Sep 17 00:00:00 2001 From: Sebastian Krings <sebastian@krin.gs> Date: Mon, 10 Mar 2014 13:55:11 +0100 Subject: [PATCH] bump parser version (artifactory upgrade) --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 6925a32..8b52374 100644 --- a/build.gradle +++ b/build.gradle @@ -15,7 +15,7 @@ repositories { configurations { // configuration that holds jars to copy into lib releaseJars } -def parser_version = '2.4.20-SNAPSHOT' +def parser_version = '2.4.22-SNAPSHOT' dependencies { compile (group: 'com.microsoft', name: 'tla2tools', version: '1.4.6') -- GitLab