From 38b1cf480e89958b905d0eebce3edb52b6b53913 Mon Sep 17 00:00:00 2001 From: Iuri Matias Date: Sat, 21 Oct 2017 15:17:54 -0400 Subject: [PATCH] update solc version --- lib/core/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/core/config.js b/lib/core/config.js index 9ea787ee..9e2a7fd0 100644 --- a/lib/core/config.js +++ b/lib/core/config.js @@ -79,7 +79,7 @@ Config.prototype.loadContractsConfigFile = function() { var configObject = { "versions": { "web3.js": "0.19.1", - "solc": "0.4.17" + "solc": "0.4.18" }, "deployment": { "host": "localhost",