fix solc version

This commit is contained in:
Iuri Matias 2018-06-20 16:23:13 -04:00
parent a6195d2517
commit caddd6c11d
2 changed files with 3 additions and 2 deletions

View File

@ -67,6 +67,7 @@
"request": "^2.85.0", "request": "^2.85.0",
"serve-static": "^1.11.1", "serve-static": "^1.11.1",
"shelljs": "^0.5.0", "shelljs": "^0.5.0",
"solc": "0.4.24",
"simples": "^0.8.8", "simples": "^0.8.8",
"string-replace-async": "^1.2.1", "string-replace-async": "^1.2.1",
"style-loader": "^0.19.0", "style-loader": "^0.19.0",

View File

@ -58,7 +58,7 @@ describe('embark.Contracts', function() {
let contractsConfig = { let contractsConfig = {
"versions": { "versions": {
"web3.js": "1.0.0-beta", "web3.js": "1.0.0-beta",
"solc": "0.4.17" "solc": "0.4.24"
}, },
"deployment": { "deployment": {
"host": "localhost", "host": "localhost",
@ -167,7 +167,7 @@ describe('embark.Contracts', function() {
let contractsConfig = { let contractsConfig = {
"versions": { "versions": {
"web3.js": "1.0.0-beta", "web3.js": "1.0.0-beta",
"solc": "0.4.17" "solc": "0.4.24"
}, },
"deployment": { "deployment": {
"host": "localhost", "host": "localhost",