Skip to content

Commit ad8829b

Browse files
committed
Stick with EthereumJ 1.7.1
1 parent d425022 commit ad8829b

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
@@ -99,7 +99,7 @@ dependencies {
9999
compile "org.ethereum:solcJ-all:0.4.8" // Solidity Compiler win/mac/linux binaries
100100

101101
// don't forget to adjust {ethereumJ.version} in application.properties
102-
compile ("org.ethereum:ethereumj-core:1.7.0-RELEASE") {
102+
compile ("org.ethereum:ethereumj-core:1.7.1-RELEASE") {
103103
changing = true
104104

105105
exclude group: "log4j"

0 commit comments

Comments
 (0)