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.
1 parent fc6257c commit f204402Copy full SHA for f204402
build.gradle
@@ -99,7 +99,7 @@ dependencies {
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.8.0-RELEASE") {
+ compile ("org.ethereum:ethereumj-core:1.8.1-RELEASE") {
103
changing = true
104
105
exclude group: "log4j"
0 commit comments