Skip to content

Commit

Permalink
fix conduit compiler version
Browse files Browse the repository at this point in the history
  • Loading branch information
0age committed Mar 6, 2024
1 parent 81232cf commit 1cd5816
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "seaport-core",
"version": "1.6.0",
"version": "1.6.1",
"description": "Core smart contracts for the Seaport protocol",
"main": "src/",
"repository": "https://github.com/ProjectOpenSea/seaport-core.git",
Expand All @@ -14,6 +14,6 @@
"README.md"
],
"dependencies": {
"seaport-types": "^0.0.1"
"seaport-types": "github:ProjectOpenSea/seaport-types#d72955b25b6cf324bbf85ed59aca316f5329eb61"
}
}
2 changes: 1 addition & 1 deletion src/conduit/Conduit.sol
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// SPDX-License-Identifier: MIT
pragma solidity ^0.8.24;
pragma solidity ^0.8.14;

import {
ConduitInterface
Expand Down
2 changes: 1 addition & 1 deletion src/conduit/ConduitController.sol
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// SPDX-License-Identifier: MIT
pragma solidity ^0.8.24;
pragma solidity ^0.8.14;

import { ConduitControllerInterface } from
"seaport-types/src/interfaces/ConduitControllerInterface.sol";
Expand Down

0 comments on commit 1cd5816

Please sign in to comment.