Skip to content

Commit

Permalink
Bump OZ dependency to v4.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cygnusv committed Jun 16, 2023
1 parent a4ea57d commit 923da74
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions ape-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ plugins:
dependencies:
- name: openzeppelin
github: OpenZeppelin/openzeppelin-contracts
version: 4.8.1
version: 4.9.1
- name: openzeppelin-upgradeable
github: OpenZeppelin/openzeppelin-contracts-upgradeable
version: 4.8.1
version: 4.9.1
- name: fx-portal
github: 0xPolygon/fx-portal
version: 1.0.5
Expand All @@ -23,8 +23,8 @@ solidity:
version: 0.8.20
evm_version: paris
import_remapping:
- "@openzeppelin/contracts=openzeppelin/v4.8.1"
- "@openzeppelin-upgradeable/contracts=openzeppelin-upgradeable/v4.8.1"
- "@openzeppelin/contracts=openzeppelin/v4.9.1"
- "@openzeppelin-upgradeable/contracts=openzeppelin-upgradeable/v4.9.1"
- "@fx-portal/contracts=fx-portal/v1.0.5"

deployments:
Expand Down

0 comments on commit 923da74

Please sign in to comment.