You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// SPDX-License-Identifier: MIT
pragma solidity 0.8.22;
And here is my error:
Source file requires different compiler version (current compiler is 0.8.19+commit.7dd6d404.Emscripten.clang) - note that nightly builds are considered to be strictly less than the released version(5333)
I think this could be a bug. Could someone replicate this?
The text was updated successfully, but these errors were encountered:
Hi, I am having some issues with the compiler version.
I am inside of a basic forge init repo. I am trying to use solidity version 0.8.22 but I am locked to 0.8.19 no matter what settings I choose.
Here is my settings.json inside the workspace:
Here is my solidity file:
And here is my error:
I think this could be a bug. Could someone replicate this?
The text was updated successfully, but these errors were encountered: