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 f1052ba commit 6f364fdCopy full SHA for 6f364fd
build.gradle
@@ -93,7 +93,7 @@ dependencies {
93
compile "org.ethereum:solcJ-all:0.4.8" // Solidity Compiler win/mac/linux binaries
94
95
// don't forget to adjust {ethereumJ.version} in application.properties
96
- compile ("org.ethereum:ethereumj-core:1.6.2-RELEASE") {
+ compile ("org.ethereum:ethereumj-core:1.6.3-RELEASE") {
97
changing = true
98
99
exclude group: "log4j"
0 commit comments