Skip to content

Commit

Permalink
chore: open compiler version
Browse files Browse the repository at this point in the history
  • Loading branch information
JGcarv committed Oct 22, 2024
1 parent 9fbe925 commit d30e7e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion contracts/test/ERC20.t.sol
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// SPDX-License-Identifier: AGPL-3.0-only
pragma solidity 0.8.7;
pragma solidity ^0.8.7;

import { InvariantTest, TestUtils } from "../../modules/contract-test-utils/contracts/test.sol";

Expand Down
2 changes: 1 addition & 1 deletion contracts/test/accounts/ERC20User.sol
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// SPDX-License-Identifier: AGPL-3.0-only
pragma solidity 0.8.7;
pragma solidity ^0.8.7;

import { IERC20 } from "../../interfaces/IERC20.sol";

Expand Down

0 comments on commit d30e7e4

Please sign in to comment.