Skip to content

Commit

Permalink
fix compiler version
Browse files Browse the repository at this point in the history
  • Loading branch information
d10r authored Jan 30, 2024
1 parent a3ea5bc commit 36fbb56
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// SPDX-License-Identifier: AGPLv3
pragma solidity 0.8.18;
pragma solidity 0.8.19;

import { ISuperfluid, ISuperAgreement, ISuperToken } from "../interfaces/superfluid/ISuperfluid.sol";
import { IConstantFlowAgreementV1 } from "../interfaces/agreements/IConstantFlowAgreementV1.sol";
Expand Down

0 comments on commit 36fbb56

Please sign in to comment.