diff --git a/package.json b/package.json index 29e59b4..e27f2b8 100644 --- a/package.json +++ b/package.json @@ -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", @@ -14,6 +14,6 @@ "README.md" ], "dependencies": { - "seaport-types": "^0.0.1" + "seaport-types": "github:ProjectOpenSea/seaport-types#d72955b25b6cf324bbf85ed59aca316f5329eb61" } } diff --git a/src/conduit/Conduit.sol b/src/conduit/Conduit.sol index d61373b..65fae93 100644 --- a/src/conduit/Conduit.sol +++ b/src/conduit/Conduit.sol @@ -1,5 +1,5 @@ // SPDX-License-Identifier: MIT -pragma solidity ^0.8.24; +pragma solidity ^0.8.14; import { ConduitInterface diff --git a/src/conduit/ConduitController.sol b/src/conduit/ConduitController.sol index 3d449f2..474eb63 100644 --- a/src/conduit/ConduitController.sol +++ b/src/conduit/ConduitController.sol @@ -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";