Skip to content

Commit

Permalink
fix: Update Solidity version to 0.8.25
Browse files Browse the repository at this point in the history
  • Loading branch information
jpgonzalezra committed May 21, 2024
1 parent 21a95bd commit fb63a99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/SimplePlusAccountFactory.t.sol
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// SPDX-License-Identifier: GPL-3.0
pragma solidity ^0.8.23;
pragma solidity ^0.8.25;

import { Test } from "forge-std/src/Test.sol";

Expand Down

0 comments on commit fb63a99

Please sign in to comment.