Skip to content

Commit

Permalink
chore: update compiler version
Browse files Browse the repository at this point in the history
  • Loading branch information
MathisGD committed Feb 8, 2024
1 parent d446aed commit 01e5d80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/FixedRateIrm.sol
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// SPDX-License-Identifier: MIT
pragma solidity 0.8.19;
pragma solidity 0.8.24;

import {IIrm} from "../lib/morpho-blue/src/interfaces/IIrm.sol";
import {IFixedRateIrm} from "./interfaces/IFixedRateIrm.sol";
Expand Down

0 comments on commit 01e5d80

Please sign in to comment.