Skip to content

Commit

Permalink
refactor: updated Solidity version for 0.8.x interfaces
Browse files Browse the repository at this point in the history
  • Loading branch information
hbarcelos committed Oct 7, 2021
1 parent 0656d12 commit cb347bc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion contracts-0.8.x/IArbitrable.sol
Expand Up @@ -6,7 +6,7 @@
* @deployments: []
* SPDX-License-Identifier: MIT
*/
pragma solidity >=0.7;
pragma solidity ^0.8.0;

import "./IArbitrator.sol";

Expand Down
2 changes: 1 addition & 1 deletion contracts-0.8.x/IArbitrator.sol
Expand Up @@ -7,7 +7,7 @@
* SPDX-License-Identifier: MIT
*/

pragma solidity >=0.7;
pragma solidity ^0.8.0;

import "./IArbitrable.sol";

Expand Down
2 changes: 1 addition & 1 deletion contracts-0.8.x/erc-1497/IEvidence.sol
Expand Up @@ -6,7 +6,7 @@
* @deployments: []
* SPDX-License-Identifier: MIT
*/
pragma solidity >=0.7;
pragma solidity ^0.8.0;

import "../IArbitrator.sol";

Expand Down

0 comments on commit cb347bc

Please sign in to comment.