Skip to content

Commit

Permalink
EthereumJ version is bumped to 1.9.0 RELEASE
Browse files Browse the repository at this point in the history
  • Loading branch information
zilm13 committed Oct 12, 2018
1 parent 41404cb commit 8effcd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ dependencies {
compile "org.ethereum:solcJ-all:0.4.19" // Solidity Compiler win/mac/linux binaries

// don't forget to adjust {ethereumJ.version} in application.properties
compile ("org.ethereum:ethereumj-core:1.8.2-RELEASE") {
compile ("org.ethereum:ethereumj-core:1.9.0-RELEASE") {
changing = true

exclude group: "log4j"
Expand Down

0 comments on commit 8effcd6

Please sign in to comment.