Skip to content

Commit

Permalink
fix: update solidity version
Browse files Browse the repository at this point in the history
  • Loading branch information
r0ohafza committed Oct 11, 2022
1 parent 2501526 commit 7347cc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/zero/ZeroOracle.sol
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// SPDX-License-Identifier: MIT
pragma solidity 0.8.15;
pragma solidity ^0.8.17;

import "src/core/IOracle.sol";

Expand Down

0 comments on commit 7347cc8

Please sign in to comment.