Skip to content

Commit 0c3abf9

Browse files
committed
feat(zksnark): update zksnark
1. update zksnark dependency
1 parent cd701ad commit 0c3abf9

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
@@ -89,7 +89,7 @@ dependencies {
8989
compile group: 'org.projectlombok', name: 'lombok', version: '1.18.2'
9090

9191
compile group: 'org.jline', name: 'jline', version: '3.15.0'
92-
compile 'com.github.tronprotocol:zksnark-java-sdk:master-SNAPSHOT'
92+
compile 'io.github.tronprotocol:zksnark-java-sdk:1.0.0'
9393
}
9494

9595
protobuf {

0 commit comments

Comments
 (0)