Skip to content

Commit

Permalink
update solc to 0.6.7
Browse files Browse the repository at this point in the history
  • Loading branch information
vittominacori committed May 14, 2020
1 parent bd6590f commit 7d01fee
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .node-version

This file was deleted.

2 changes: 1 addition & 1 deletion buidler.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ module.exports = {
},
},
solc: {
version: '0.6.6',
version: '0.6.7',
optimizer: {
enabled: true,
runs: 200,
Expand Down
2 changes: 1 addition & 1 deletion truffle-config.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
require('chai/register-should');

const solcStable = {
version: '0.6.6',
version: '0.6.7',
settings: {
optimizer: {
enabled: true,
Expand Down

0 comments on commit 7d01fee

Please sign in to comment.