Set the version of solc

This commit is contained in:
Richard Ramos 2018-04-09 15:47:52 -04:00
parent 82b91db5c8
commit 43d56ead02
2 changed files with 4 additions and 1 deletions

View File

@ -2,7 +2,7 @@
"default": { "default": {
"versions": { "versions": {
"web3.js": "1.0.0-beta", "web3.js": "1.0.0-beta",
"solc": "0.4.17" "solc": "0.4.21"
}, },
"deployment": { "deployment": {
"host": "localhost", "host": "localhost",

View File

@ -3,5 +3,8 @@
"buildDir": "dist/", "buildDir": "dist/",
"config": "config/", "config": "config/",
"plugins": { "plugins": {
},
"versions": {
"solc": "0.4.21"
} }
} }