From 681db1d33029f80fe2e4e904f30a42475ddbf73c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=A1s=20Venturo?= Date: Fri, 6 Sep 2019 15:59:17 -0300 Subject: [PATCH] Upgrade Solidity compiler version --- truffle-config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/truffle-config.js b/truffle-config.js index 61a71cc65..040794272 100644 --- a/truffle-config.js +++ b/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 = {