Skip to content

Commit

Permalink
update version of solcj (#462)
Browse files Browse the repository at this point in the history
  • Loading branch information
cyjseagull authored Mar 25, 2021
1 parent 2d58adf commit 7a584ec
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ googleJavaFormat {

// In this section you declare the dependencies for your production and test code
dependencies {
compile 'org.fisco-bcos:solcJ:0.4.25.3-SNAPSHOT'
//compile 'org.fisco-bcos:solcJ:0.6.10.3-SNAPSHOT'
//compile 'org.fisco-bcos:solcJ:0.5.2.3-SNAPSHTOT'
compile 'org.fisco-bcos:solcJ:0.4.25.1'
//compile 'org.fisco-bcos:solcJ:0.6.10.0'
//compile 'org.fisco-bcos:solcJ:0.5.2.0'
compile ('org.fisco-bcos.java-sdk:fisco-bcos-java-sdk:2.7.2')
compile 'org.jline:jline:3.12.0'
compile 'io.bretty:console-table-builder:1.2'
Expand Down

0 comments on commit 7a584ec

Please sign in to comment.