Skip to content
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.

Commit

Permalink
Merge pull request #6155 from trufflesuite/usual-updates-0821
Browse files Browse the repository at this point in the history
Update solc 0.8.20 to 0.8.21
  • Loading branch information
haltman-at committed Jul 26, 2023
2 parents d351c85 + ed36b43 commit d8b134e
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion packages/compile-solidity-tests/package.json
Expand Up @@ -35,7 +35,7 @@
"fs-extra": "^9.1.0",
"mocha": "10.1.0",
"sinon": "^9.0.2",
"solc": "0.8.20",
"solc": "0.8.21",
"tmp": "^0.2.1",
"ts-node": "10.7.0",
"typescript": "^4.9.5"
Expand Down
2 changes: 1 addition & 1 deletion packages/compile-solidity/package.json
Expand Up @@ -34,7 +34,7 @@
"original-require": "^1.0.1",
"require-from-string": "^2.0.2",
"semver": "7.5.2",
"solc": "0.8.20"
"solc": "0.8.21"
},
"devDependencies": {
"@truffle/artifactor": "^4.0.195",
Expand Down
2 changes: 1 addition & 1 deletion packages/contract-schema/package.json
Expand Up @@ -30,7 +30,7 @@
"devDependencies": {
"json-schema-to-typescript": "^5.5.0",
"mocha": "10.1.0",
"solc": "0.8.20"
"solc": "0.8.21"
},
"keywords": [
"artifacts",
Expand Down
Expand Up @@ -106,7 +106,7 @@ module.exports = {
// Configure your compilers
compilers: {
solc: {
version: "0.8.20", // Fetch exact version from solc-bin (default: truffle's version)
version: "0.8.21", // Fetch exact version from solc-bin (default: truffle's version)
// docker: true, // Use "0.5.1" you've installed locally with docker (default: false)
// settings: { // See the solidity docs for advice about optimization and evmVersion
// optimizer: {
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Expand Up @@ -23997,10 +23997,10 @@ solc@0.7.3:
semver "^5.5.0"
tmp "0.0.33"

solc@0.8.20:
version "0.8.20"
resolved "https://registry.yarnpkg.com/solc/-/solc-0.8.20.tgz#b49151cf5ecc8de088d3d32b0afb607b3522ba8d"
integrity sha512-fPRnGspIEqmhu63RFO3pc79sLA7ZmzO0Uy0L5l6hEt2wAsq0o7UV6pXkAp3Mfv9IBhg7Px/oTu3a+y4gs3BWrQ==
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 d8b134e

Please sign in to comment.