Skip to content

Commit

Permalink
Update Arrays.sol to require solc 0.4.24. (#1553)
Browse files Browse the repository at this point in the history
  • Loading branch information
nventuro authored and frangio committed Dec 12, 2018
1 parent a99b9da commit 2da19ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/utils/Arrays.sol
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
pragma solidity ^0.4.23;
pragma solidity ^0.4.24;

import "../math/Math.sol";

Expand Down

0 comments on commit 2da19ee

Please sign in to comment.