Skip to content

Commit

Permalink
Merge pull request #1106 from AttilaMihaly/main
Browse files Browse the repository at this point in the history
Upgrade morphir-jvm version to latest.
  • Loading branch information
AttilaMihaly authored Oct 11, 2023
2 parents fa844a3 + 734be5d commit 4f8545f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -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()
}

Expand Down

0 comments on commit 4f8545f

Please sign in to comment.