From caddd6c11df6371d20025fdd7b70820c67f8bee2 Mon Sep 17 00:00:00 2001 From: Iuri Matias Date: Wed, 20 Jun 2018 16:23:13 -0400 Subject: [PATCH] fix solc version --- package.json | 1 + test/contracts.js | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index a9c3b31c..7cd418fc 100644 --- a/package.json +++ b/package.json @@ -67,6 +67,7 @@ "request": "^2.85.0", "serve-static": "^1.11.1", "shelljs": "^0.5.0", + "solc": "0.4.24", "simples": "^0.8.8", "string-replace-async": "^1.2.1", "style-loader": "^0.19.0", diff --git a/test/contracts.js b/test/contracts.js index 0c7a1925..a8a88327 100644 --- a/test/contracts.js +++ b/test/contracts.js @@ -58,7 +58,7 @@ describe('embark.Contracts', function() { let contractsConfig = { "versions": { "web3.js": "1.0.0-beta", - "solc": "0.4.17" + "solc": "0.4.24" }, "deployment": { "host": "localhost", @@ -167,7 +167,7 @@ describe('embark.Contracts', function() { let contractsConfig = { "versions": { "web3.js": "1.0.0-beta", - "solc": "0.4.17" + "solc": "0.4.24" }, "deployment": { "host": "localhost",