Skip to content

Commit

Permalink
<build>(project): update version to 3.4.0. (#771)
Browse files Browse the repository at this point in the history
  • Loading branch information
kyonRay authored Jun 14, 2023
1 parent 7c29bbe commit 6ab2e02
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .ci/ci_check.sh
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,8 @@ prepare_environment()

build_node()
{
curl -LO https://github.com/FISCO-BCOS/console/releases/download/v3.0.0/get_account.sh
curl -LO https://github.com/FISCO-BCOS/console/releases/download/v3.0.0/get_gm_account.sh
bash build_chain.sh -l 127.0.0.1:4 ${@} -e ./fisco-bcos
./nodes/127.0.0.1/fisco-bcos -v
./nodes/127.0.0.1/start_all.sh
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ dependencies {
//compile 'org.fisco-bcos:solcJ:0.5.2.1'
compile 'org.fisco-bcos:solcJ:0.8.11.1'

compile('org.fisco-bcos.java-sdk:fisco-bcos-java-sdk:3.4.0-SNAPSHOT') {
compile('org.fisco-bcos.java-sdk:fisco-bcos-java-sdk:3.4.0') {
exclude group: "org.slf4j"
}

Expand Down

0 comments on commit 6ab2e02

Please sign in to comment.