Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Using a specific Solidity version #26

Open
amitkot opened this issue Aug 27, 2018 · 0 comments
Open

Using a specific Solidity version #26

amitkot opened this issue Aug 27, 2018 · 0 comments

Comments

@amitkot
Copy link

amitkot commented Aug 27, 2018

I'm using Solidity 0.4.18, by defining:

pragma solidity 0.4.18;

and getting the following error for this line in Atom linter:

Source file requires different compiler version (current compiler is 0.4.24+commit.e67f0147.Emscripten.clang - note that nightly builds are considered to be strictly less than the released version

Can linter-solidity check using the solidity compiler version I am using and not give this error?
If not, can I define the specific version of solidity I want to use per project for linter-solidity?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants