Skip to content

Commit

Permalink
Update to solidity v0.8.28
Browse files Browse the repository at this point in the history
  • Loading branch information
davidlaprade committed Nov 21, 2024
1 parent 4b21034 commit d62a95f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion script/Deploy.s.sol
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// SPDX-License-Identifier: UNLICENSED
// slither-disable-start reentrancy-benign

pragma solidity 0.8.26;
pragma solidity 0.8.28;

import {Script} from "forge-std/Script.sol";
import {Counter} from "src/Counter.sol";
Expand Down
2 changes: 1 addition & 1 deletion test/Counter.t.sol
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// SPDX-License-Identifier: UNLICENSED
pragma solidity 0.8.26;
pragma solidity 0.8.28;

import {Test, console2} from "forge-std/Test.sol";
import {Deploy} from "script/Deploy.s.sol";
Expand Down

0 comments on commit d62a95f

Please sign in to comment.