From 01e5d80e5e1ef30c43433cbcbbee76c603417d72 Mon Sep 17 00:00:00 2001 From: MathisGD Date: Thu, 8 Feb 2024 11:17:07 +0100 Subject: [PATCH] chore: update compiler version --- src/FixedRateIrm.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/FixedRateIrm.sol b/src/FixedRateIrm.sol index eef3bec..e5ecfa0 100644 --- a/src/FixedRateIrm.sol +++ b/src/FixedRateIrm.sol @@ -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";