Skip to content

Commit

Permalink
Updates solc version.
Browse files Browse the repository at this point in the history
  • Loading branch information
steven2308 committed Jul 27, 2023
1 parent 93d11d3 commit ede6f1d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"prettier": "2.8.0",
"prettier-plugin-solidity": "^1.1.3",
"rimraf": "^3.0.2",
"solc": "^0.8.18",
"solc": "^0.8.21",
"solhint": "^3.3.7",
"solidity-coverage": "^0.8.4",
"ts-node": "^10.9.1",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7250,10 +7250,10 @@ solc@^0.4.20:
semver "^5.3.0"
yargs "^4.7.1"

solc@^0.8.18:
version "0.8.18"
resolved "https://registry.yarnpkg.com/solc/-/solc-0.8.18.tgz#a05ce8918540eda5f10aa91f0f52f239b9645dad"
integrity sha512-wVAa2Y3BYd64Aby5LsgS3g6YC2NvZ3bJ+A8TAIAukfVuQb3AjyGrLZpyxQk5YLn14G35uZtSnIgHEpab9klOLQ==
solc@^0.8.21:
version "0.8.21"
resolved "https://registry.yarnpkg.com/solc/-/solc-0.8.21.tgz#c3cd505c360ea2fa0eaa5ab574ef96bffb1a2766"
integrity sha512-N55ogy2dkTRwiONbj4e6wMZqUNaLZkiRcjGyeafjLYzo/tf/IvhHY5P5wpe+H3Fubh9idu071i8eOGO31s1ylg==
dependencies:
command-exists "^1.2.8"
commander "^8.1.0"
Expand Down

0 comments on commit ede6f1d

Please sign in to comment.