Skip to content

Commit

Permalink
test: fix oz version
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeday committed Jan 22, 2025
1 parent f78235c commit bea9a49
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

pragma solidity 0.8.25;

import {ERC721} from "@openzeppelin/contracts-v5.0.2/token/ERC721/ERC721.sol";
import {ERC721} from "@openzeppelin/contracts-v5.2/token/ERC721/ERC721.sol";

contract ERC721_MockForDashboard is ERC721 {
constructor() ERC721("MockERC721", "M721") {}
Expand Down

0 comments on commit bea9a49

Please sign in to comment.