From 9bd1880479e1e6ef72ed04b5e95712f9a4c87e68 Mon Sep 17 00:00:00 2001 From: Iuri Matias Date: Thu, 7 Dec 2017 09:25:06 -0500 Subject: [PATCH] update test config --- test/contracts.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/contracts.js b/test/contracts.js index 1679e326..5e5c456f 100644 --- a/test/contracts.js +++ b/test/contracts.js @@ -19,8 +19,8 @@ describe('embark.Contratcs', function() { ], contractsConfig: { "versions": { - "web3.js": "0.19.1", - "solc": "0.4.11" + "web3.js": "1.0.0-beta", + "solc": "0.4.17" }, "deployment": { "host": "localhost",