Skip to content

Commit

Permalink
update matching engine version
Browse files Browse the repository at this point in the history
  • Loading branch information
mcclurejt committed Nov 26, 2024
1 parent e1f884e commit 959b2e9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion contracts/src/matching/HyperdriveMatchingEngine.sol
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// SPDX-License-Identifier: Apache-2.0
pragma solidity 0.8.22;
pragma solidity 0.8.24;

import { IMorpho } from "morpho-blue/src/interfaces/IMorpho.sol";
import { IERC1271 } from "openzeppelin/interfaces/IERC1271.sol";
Expand Down
2 changes: 1 addition & 1 deletion test/integrations/matching/DirectMatchTest.t.sol
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// SPDX-License-Identifier: Apache-2.0
pragma solidity 0.8.22;
pragma solidity 0.8.24;

import { IMorpho, Market, MarketParams, Id } from "morpho-blue/src/interfaces/IMorpho.sol";
import { MarketParamsLib } from "morpho-blue/src/libraries/MarketParamsLib.sol";
Expand Down
2 changes: 1 addition & 1 deletion test/units/matching/HyperdriveMatchingEngineTest.t.sol
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// SPDX-License-Identifier: Apache-2.0
pragma solidity 0.8.22;
pragma solidity 0.8.24;

import { VmSafe } from "forge-std/Vm.sol";
import { IMorpho } from "morpho-blue/src/interfaces/IMorpho.sol";
Expand Down

0 comments on commit 959b2e9

Please sign in to comment.