build: upgrade to Solidity v0.8.19

chore: set "script" in Foundry config
This commit is contained in:
Paul Razvan Berg
2023-02-25 12:40:24 +02:00
parent be349dae78
commit f21a3a6c68
6 changed files with 7 additions and 6 deletions

View File

@@ -1,5 +1,5 @@
// SPDX-License-Identifier: UNLICENSED
pragma solidity >=0.8.18;
pragma solidity >=0.8.19;
import { PRBTest } from "@prb/test/PRBTest.sol";
import { console2 } from "forge-std/console2.sol";