Skip to content

Commit

Permalink
update web3sdk version to 2.2.2 (#212)
Browse files Browse the repository at this point in the history
  • Loading branch information
ywy2090 authored Jan 19, 2020
1 parent e37ac28 commit 334784a
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 @@ -28,7 +28,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: "2.0.31-SNAPSHOT", changing: true
compile group: 'org.fisco-bcos', name: 'web3sdk', version: '2.2.1-SNAPSHOT'
compile group: 'org.fisco-bcos', name: 'web3sdk', version: '2.2.2'
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 334784a

Please sign in to comment.