bump solc to 0.4.24

This commit is contained in:
Barry Gitarts 2018-05-30 15:55:41 -04:00
parent 2f2a3fee27
commit eec4518aa3
2 changed files with 2 additions and 3 deletions

View File

@ -1,8 +1,7 @@
{ {
"default": { "default": {
"versions": { "versions": {
"web3.js": "1.0.0-beta", "web3.js": "1.0.0-beta"
"solc": "0.4.23"
}, },
"deployment": { "deployment": {
"host": "localhost", "host": "localhost",

View File

@ -9,7 +9,7 @@
"config": "config/", "config": "config/",
"versions": { "versions": {
"web3": "1.0.0-beta", "web3": "1.0.0-beta",
"solc": "0.4.23", "solc": "0.4.24",
"ipfs-api": "17.2.4" "ipfs-api": "17.2.4"
}, },
"plugins": { "plugins": {