Merge pull request #394 from embark-framework/update-solc-0.4.23

Update templates to solc version 0.4.23 to prevent issue with loading library.
This commit is contained in:
Iuri Matias 2018-05-03 12:51:53 -04:00 committed by GitHub
commit a6b1d88c23
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

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

View File

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

View File

@ -10,7 +10,7 @@
"webserver": false
},
"versions": {
"solc": "0.4.17"
"solc": "0.4.23"
},
"plugins": {}
}