Skip to content

Commit

Permalink
fixed script deps
Browse files Browse the repository at this point in the history
  • Loading branch information
ametel01 committed Jun 11, 2024
1 parent bf11875 commit 1da5df0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ethereum/script/SendMessage.s.sol
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// SPDX-License-Identifier: UNLICENSED
pragma solidity ^0.8.0;

import "forge-std/Script.sol";
import "@forge-std/src/Script.sol";

import "src/ContractMsg.sol";

Expand Down

0 comments on commit 1da5df0

Please sign in to comment.