diff --git a/package.json b/package.json index 123a1ff..f4fa0ec 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "witnet-solidity", - "version": "1.1.2", + "version": "1.1.4", "description": "Witnet CLI import module for Solidity projects", "author": "Guillermo Diaz ", "license": "MIT", @@ -42,6 +42,7 @@ "truffle" ], "dependencies": { + "truffle": "^5.11.5", "web3-jsonrpc-gateway": "^1.7.26", "witnet-solidity-bridge": "https://github.com/guidiaz/witnet-solidity-bridge#ed0899d6f7e04e5c7ccc9cb585865a8187db6857", "witnet-utils": "^1.1.1"