Skip to content

Commit

Permalink
Update solc pragma version
Browse files Browse the repository at this point in the history
  • Loading branch information
Lohann committed Oct 3, 2024
1 parent e6e3e6a commit 8739330
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/FactoryUtils.sol
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// SPDX-License-Identifier: MIT
pragma solidity ^0.8.27;
pragma solidity ^0.8.0;

import {IUniversalFactory} from "./IUniversalFactory.sol";

Expand Down
2 changes: 1 addition & 1 deletion test/UniversalFactory.t.sol
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// SPDX-License-Identifier: MIT
pragma solidity ^0.8.27;
pragma solidity ^0.8.0;

import {Test, console} from "forge-std/Test.sol";
import {StdUtils} from "forge-std/StdUtils.sol";
Expand Down
2 changes: 1 addition & 1 deletion test/helpers/TestUtils.sol
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// SPDX-License-Identifier: MIT
pragma solidity ^0.8.27;
pragma solidity ^0.8.0;

import {Vm} from "forge-std/Vm.sol";
import {IUniversalFactory} from "@universal-factory/IUniversalFactory.sol";
Expand Down

0 comments on commit 8739330

Please sign in to comment.