Browse Source

Upgrade Solidity compiler version

Nicolás Venturo 6 years ago
parent
commit
681db1d330
1 changed files with 1 additions and 1 deletions
  1. 1 1
      truffle-config.js

+ 1 - 1
truffle-config.js

@@ -2,7 +2,7 @@ require('chai/register-should');
 const { GSNDevProvider } = require('@openzeppelin/gsn-provider');
 
 const solcStable = {
-  version: '0.5.7',
+  version: '0.5.11',
 };
 
 const solcNightly = {