Skip to content

Commit

Permalink
version tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
zobront committed Jul 26, 2024
1 parent 7644e2e commit 68d337d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/contracts-bedrock/test/BenchmarkTest.t.sol
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// SPDX-License-Identifier: MIT
pragma solidity ^0.8.15;
pragma solidity 0.8.15;

// Testing utilities
import { Test } from "forge-std/Test.sol";
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// SPDX-License-Identifier: MIT
pragma solidity ^0.8.15;
pragma solidity 0.8.15;

import { StdUtils } from "forge-std/Test.sol";
import { Vm } from "forge-std/Vm.sol";
Expand Down

0 comments on commit 68d337d

Please sign in to comment.