Skip to content

Commit

Permalink
bump solidity version
Browse files Browse the repository at this point in the history
  • Loading branch information
d10r committed Nov 18, 2024
1 parent f9b810f commit b31910f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions projects/money-streaming-intro-foundry/src/MoneyRouter.sol
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
//SPDX-License-Identifier: Unlicense
pragma solidity ^0.8.14;
pragma solidity ^0.8.23;

import {
ISuperfluid,
ISuperToken,
ISuperfluid,
ISuperToken,
ISuperApp
} from "@superfluid-finance/ethereum-contracts/contracts/interfaces/superfluid/ISuperfluid.sol";

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// SPDX-License-Identifier: UNLICENSED
pragma solidity ^0.8.13;
pragma solidity ^0.8.23;

import "forge-std/Test.sol";

Expand Down

0 comments on commit b31910f

Please sign in to comment.