itemisCREATE / solidity-ide

Solidity plugin for Eclipse
Eclipse Public License 1.0
86 stars 25 forks source link

[Theia Extension] Fix pragma version of Solidity example file #313

Closed jthoene closed 5 years ago

jthoene commented 5 years ago

Currently the pragma Version in the theia example file is "0.4.23", but the binded compiler version is 0.5.8, so the pragma version should be changed to a version in the range 0.5.1 to 0.5.8, due to downwards incompability of major compiler versions.