Skip to content

Commit 7da7578

Browse files
committed
🔁 Update Dependencies and Solidity Version
Signed-off-by: pcaversaccio <pascal.caversaccio@hotmail.ch>
1 parent b6c3033 commit 7da7578

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

foundry.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ out = "out" # the output directory (for artifacts)
55
libs = ["lib"] # a list of library directories
66
cache = true # whether to cache builds or not
77
cache_path = "cache" # where the cache is stored if enabled
8-
solc_version = "0.8.34" # override for the solc version
8+
solc_version = "0.8.35" # override for the solc version
99
ignored_error_codes = [2_424, 4_591] # ignore the deprecated `memory-safe-assembly` warning and the warning about too many warnings
1010
evm_version = "osaka" # set the EVM target version
1111
optimizer = true # enable the solc optimiser

test/MetamorphicContract.t.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// SPDX-License-Identifier: WTFPL
2-
pragma solidity 0.8.34;
2+
pragma solidity 0.8.35;
33

44
import {Test} from "forge-std/Test.sol";
55

0 commit comments

Comments
 (0)