Skip to content

Commit

Permalink
fix: redo requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
dudesahn committed Jun 15, 2024
1 parent 184a190 commit c370f6d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .solhint.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"extends": "solhint:recommended",
"plugins": [],
"rules": {
"compiler-version": ["error", "0.8.23"],
"compiler-version": ["error", "^0.8.18"],
"code-complexity": "warn",
"const-name-snakecase": "warn",
"function-max-lines": "warn",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"prettier": "^2.5.1",
"prettier-plugin-solidity": "^1.0.0-beta.19",
"pretty-quick": "^3.1.3",
"solc": "^0.8.18",
"solc": "0.8.23",
"solhint": "^3.3.7",
"solhint-plugin-prettier": "^0.0.5"
},
Expand Down

0 comments on commit c370f6d

Please sign in to comment.