Skip to content

Commit

Permalink
build: use solc 0.8.25
Browse files Browse the repository at this point in the history
build: bump forge-std
  • Loading branch information
andreivladbrg committed May 5, 2024
1 parent bf74b20 commit 8cbc130
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Binary file modified bun.lockb
Binary file not shown.
2 changes: 1 addition & 1 deletion foundry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
optimizer_runs = 10_000
out = "out"
script = "script"
solc = "0.8.23"
solc = "0.8.25"
src = "src"
test = "test"
libs = ["node_modules", "lib"]
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"devDependencies": {
"ds-test": "github:dapphub/ds-test#e282159d5170298eb2455a6c05280ab5a73a4ef0",
"forge-std": "github:foundry-rs/forge-std#v1.7.5",
"forge-std": "github:foundry-rs/forge-std#v1.8.1",
"prettier": "^2.8.7",
"solhint": "^3.4.1"
},
Expand Down

0 comments on commit 8cbc130

Please sign in to comment.