Bump minimum Solidity version to 0.5.7 (#1724)

* Bump Solidity version to 0.5.7

* Add changelog entry.
This commit is contained in:
Nicolás Venturo
2019-04-23 16:18:08 -03:00
committed by GitHub
parent 5e46cf6de4
commit 19c7414052
136 changed files with 143 additions and 140 deletions

View File

@ -18,7 +18,7 @@ module.exports = {
compilers: {
solc: {
version: '0.5.2',
version: '0.5.7',
},
},
};