Skip to content

Commit

Permalink
Target 0.5.12 for now
Browse files Browse the repository at this point in the history
  • Loading branch information
brianmcmichael authored Feb 12, 2021
1 parent c74c20b commit 62f5485
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
build :; dapp --use solc:0.6.11 build
build :; dapp --use solc:0.5.12 build
clean :; dapp clean
test :; dapp --use solc:0.6.11 test -v ${TEST_FLAGS}
test :; dapp --use solc:0.5.12 test -v ${TEST_FLAGS}

0 comments on commit 62f5485

Please sign in to comment.