Skip to content

Commit

Permalink
Bump EthereumJ dependency to current release version, 1.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zilm13 committed Apr 9, 2019
1 parent 12001d6 commit 9653fca
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 @@ -98,7 +98,7 @@ dependencies {
// Be sure also change value inside `ContractsTests.java`
compile "org.ethereum:solcJ-all:0.4.19" // Solidity Compiler win/mac/linux binaries

compile ("org.ethereum:ethereumj-core:1.11.0-RELEASE") {
compile ("org.ethereum:ethereumj-core:1.12.0-RELEASE") {
changing = true

exclude group: "log4j"
Expand Down

0 comments on commit 9653fca

Please sign in to comment.