build: use solc 0.8.17

This commit is contained in:
Paul Razvan Berg 2022-09-25 19:02:36 +03:00
parent a9f8114260
commit e5f2f4a795
No known key found for this signature in database
GPG Key ID: BCC366159BD63828
2 changed files with 2 additions and 2 deletions

View File

@ -9,5 +9,5 @@ trailingComma: "all"
overrides:
- files: ["*.sol"]
options:
compiler: "0.8.15"
compiler: "0.8.17"
tabWidth: 4

View File

@ -9,7 +9,7 @@ libs = ["lib"]
optimizer = true
optimizer_runs = 10_000
out = "out"
solc = "0.8.16"
solc = "0.8.17"
src = "src"
test = "test"