Skip to content

Commit

Permalink
feat: Solidity ^0.8.23 for SessionKeyManagerHybrid
Browse files Browse the repository at this point in the history
  • Loading branch information
ankurdubey521 committed Jan 5, 2024
1 parent ac206f4 commit 3041d8f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// SPDX-License-Identifier: MIT
pragma solidity ^0.8.20;
pragma solidity ^0.8.23;

/**
* @title Session Key Manager module for Biconomy Modular Smart Accounts.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// SPDX-License-Identifier: MIT
pragma solidity ^0.8.20;
pragma solidity ^0.8.23;

/* solhint-disable function-max-lines*/
/* solhint-disable ordering*/
Expand Down
2 changes: 1 addition & 1 deletion contracts/smart-account/test/mocks/MockEthSender.sol
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// SPDX-License-Identifier: GPL-3.0
pragma solidity ^0.8.20;
pragma solidity ^0.8.23;

import {ISmartAccount} from "../../interfaces/ISmartAccount.sol";

Expand Down

0 comments on commit 3041d8f

Please sign in to comment.