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
Let's assume you have several contracts that all define pragma solidity ^0.8.0;. By doing so the latest available 0.8.x version would be downloaded. Maybe you want to use a specific version (since you tested with that version). In that case the maven plugin needs a config option to define a specific solc version.
I would like to work on this issue. Please assign it to me.
The text was updated successfully, but these errors were encountered:
Let's assume you have several contracts that all define
pragma solidity ^0.8.0;
. By doing so the latest available0.8.x
version would be downloaded. Maybe you want to use a specific version (since you tested with that version). In that case the maven plugin needs a config option to define a specificsolc
version.I would like to work on this issue. Please assign it to me.
The text was updated successfully, but these errors were encountered: