Skip to content

Commit 2f1976c

Browse files
committed
Update EthereumJ version to 1.8.2-RELEASE
1 parent f204402 commit 2f1976c

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.19" // 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.8.1-RELEASE") {
102+
compile ("org.ethereum:ethereumj-core:1.8.2-RELEASE") {
103103
changing = true
104104

105105
exclude group: "log4j"

0 commit comments

Comments
 (0)