We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a190622 + f63b65c commit 12001d6Copy full SHA for 12001d6
build.gradle
@@ -98,8 +98,7 @@ dependencies {
98
// Be sure also change value inside `ContractsTests.java`
99
compile "org.ethereum:solcJ-all:0.4.19" // Solidity Compiler win/mac/linux binaries
100
101
- // don't forget to adjust {ethereumJ.version} in application.properties
102
- compile ("org.ethereum:ethereumj-core:1.10.1-RELEASE") {
+ compile ("org.ethereum:ethereumj-core:1.11.0-RELEASE") {
103
changing = true
104
105
exclude group: "log4j"
0 commit comments