From fb63a99207678f2e85a23aa84d997bbf6179df41 Mon Sep 17 00:00:00 2001 From: Joaquin Gonzalez Date: Tue, 21 May 2024 14:39:50 -0300 Subject: [PATCH] fix: Update Solidity version to 0.8.25 --- test/SimplePlusAccountFactory.t.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/SimplePlusAccountFactory.t.sol b/test/SimplePlusAccountFactory.t.sol index e7e3b81..510533d 100644 --- a/test/SimplePlusAccountFactory.t.sol +++ b/test/SimplePlusAccountFactory.t.sol @@ -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";