Skip to content

Commit 9e36a7a

Browse files
Merge pull request #797 from CarlChaoCarl/feat/upgrade_web3j_version
feat(mnemonic): upgrade web3j version
2 parents 905419d + 9fdcb7f commit 9e36a7a

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
@@ -88,7 +88,7 @@ dependencies {
8888
implementation group: 'org.jline', name: 'jline', version: '3.25.0'
8989
implementation group: 'io.github.tronprotocol', name: 'zksnark-java-sdk', version: '1.0.0'
9090

91-
implementation group: 'org.web3j', name: 'crypto', version: '4.5.0'
91+
implementation group: 'org.web3j', name: 'crypto', version: '4.9.8'
9292
}
9393

9494
protobuf {

0 commit comments

Comments
 (0)