From 734be5d455aea02f214137402d12d528b73ac06c Mon Sep 17 00:00:00 2001 From: Attila Mihaly Date: Wed, 11 Oct 2023 22:18:24 +0200 Subject: [PATCH] Upgrade morphir-jvm version to latest. --- gulpfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gulpfile.js b/gulpfile.js index 2b7dbb180..9f55658e5 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -18,7 +18,7 @@ const cliTsProject = ts.createProject('./cli2/tsconfig.json') const readFile = util.promisify(fs.readFile) const config = { - morphirJvmVersion: '0.13.0', + morphirJvmVersion: '0.18.1', morphirJvmCloneDir: tmp.dirSync() }