Skip to content

Commit

Permalink
upgraded solc to 0.8.24
Browse files Browse the repository at this point in the history
  • Loading branch information
MickdeGraaf committed Feb 22, 2024
1 parent b1915a4 commit 48bdeef
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion foundry.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[profile.default]
solc_version = "0.8.20"
solc_version = "0.8.24"
src = "src"
out = "out"
libs = ["lib"]
Expand Down
2 changes: 1 addition & 1 deletion src/FeeFlowController.sol
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// SPDX-License-Identifier: GPL-2.0-or-later
pragma solidity 0.8.20;
pragma solidity 0.8.24;

import {ERC20} from "solmate/tokens/ERC20.sol";
import {SafeTransferLib} from "solmate/utils/SafeTransferLib.sol";
Expand Down
2 changes: 1 addition & 1 deletion src/MinimalEVCClient.sol
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// SPDX-License-Identifier: GPL-2.0-or-later
pragma solidity 0.8.20;
pragma solidity 0.8.24;

import {IEVC} from "evc/interfaces/IEthereumVaultConnector.sol";

Expand Down

0 comments on commit 48bdeef

Please sign in to comment.