Skip to content

Commit 6f364fd

Browse files
committed
Stick with ethereumj 1.6.3-RELEASE
1 parent f1052ba commit 6f364fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ dependencies {
9393
compile "org.ethereum:solcJ-all:0.4.8" // Solidity Compiler win/mac/linux binaries
9494

9595
// don't forget to adjust {ethereumJ.version} in application.properties
96-
compile ("org.ethereum:ethereumj-core:1.6.2-RELEASE") {
96+
compile ("org.ethereum:ethereumj-core:1.6.3-RELEASE") {
9797
changing = true
9898

9999
exclude group: "log4j"

0 commit comments

Comments
 (0)