update to solc@0.5.16

update waffle version and fix deprecations

move CI from circle to github actions
This commit is contained in:
Noah Zinsmeister
2020-01-22 11:47:24 -05:00
parent 0781322e0b
commit b972227df8
20 changed files with 732 additions and 241 deletions

View File

@ -1,4 +1,4 @@
pragma solidity 0.5.15;
pragma solidity =0.5.16;
import "../UniswapV2ERC20.sol";