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 d53c4ce commit a190622Copy full SHA for a190622
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.10.0-RELEASE") {
+ compile ("org.ethereum:ethereumj-core:1.10.1-RELEASE") {
103
changing = true
104
105
exclude group: "log4j"
0 commit comments