Skip to content

Commit

Permalink
fix: update compiler version
Browse files Browse the repository at this point in the history
  • Loading branch information
dbale-altoros committed Jan 1, 2025
1 parent 7e2e6c0 commit bdb6ed3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 9 deletions.
5 changes: 1 addition & 4 deletions e2e/05-max-warnings/.solhint.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
{
"extends": "solhint:all",
"rules": {
"compiler-version": "off"
}
"extends": "solhint:all"
}
5 changes: 1 addition & 4 deletions e2e/06-formatters/.solhint.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
{
"extends": "solhint:all",
"rules": {
"compiler-version": "off"
}
"extends": "solhint:all"
}
2 changes: 1 addition & 1 deletion e2e/06-formatters/contracts/Foo2.sol
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// SPDX-License-Identifier: MIT
pragma solidity >=0.8.0;
pragma solidity >=0.8.24;

contract Foo {
uint256 public constant test1 = 1;
Expand Down

0 comments on commit bdb6ed3

Please sign in to comment.