Skip to content

Commit

Permalink
update web3sdk to 2.3.0 (#248)
Browse files Browse the repository at this point in the history
  • Loading branch information
cyjseagull authored Mar 30, 2020
1 parent 8446869 commit 9305dde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ check.dependsOn.remove(verifyGoogleJavaFormat)

// In this section you declare the dependencies for your production and test code
dependencies {
compile group: 'org.fisco-bcos', name: 'web3sdk', version: 'release-2.3.0-0324-SNAPSHOT'
compile group: 'org.fisco-bcos', name: 'web3sdk', version: '2.3.0'
compile group: 'commons-codec', name:'commons-codec', version:'1.10'
compile group: 'org.slf4j', name:'slf4j-log4j12', version:'1.7.25'
compile group: 'org.jline', name: 'jline', version: '3.12.0'
Expand Down

0 comments on commit 9305dde

Please sign in to comment.