Skip to content

Commit

Permalink
3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
王越 [email protected] authored and 王越 [email protected] committed Sep 22, 2022
1 parent 4835bf2 commit 6c5d95e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions WeBankBlockchain-Data-Export-sdk/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ dependencies {
compile logger
compile ('cn.hutool:hutool-all:5.3.7')
compile group: 'com.google.guava', name: 'guava', version: '30.0-jre'
compile ('org.fisco-bcos.java-sdk:fisco-bcos-java-sdk:3.0.0-rc3')
compile ('org.fisco-bcos.java-sdk:fisco-bcos-java-sdk:3.0.0')
compile 'commons-codec:commons-codec:1.4'
compile group: "org.apache.shardingsphere", name: "shardingsphere-jdbc-core", version: '5.0.0-alpha'
compile('ch.qos.logback:logback-core:1.2.3')
Expand Down Expand Up @@ -211,7 +211,7 @@ subprojects {
dependencies {
compile ('cn.hutool:hutool-all:5.3.7')
compile group: 'com.google.guava', name: 'guava', version: '30.0-jre'
compile ('org.fisco-bcos.java-sdk:fisco-bcos-java-sdk:3.0.0-rc3')
compile ('org.fisco-bcos.java-sdk:fisco-bcos-java-sdk:3.0.0')
compile 'commons-codec:commons-codec:1.4'
compile group: "org.apache.shardingsphere", name: "shardingsphere-jdbc-core", version: '5.0.0-alpha'
compile('ch.qos.logback:logback-core:1.2.3')
Expand Down

0 comments on commit 6c5d95e

Please sign in to comment.