Skip to content

Commit df205cf

Browse files
authored
Merge pull request #295 from yanggang-JV/release/1.8.1
* change the version of contract
2 parents ca00f67 + 92f6480 commit df205cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ dependencies {
153153
localDeps 'org.projectlombok:lombok:1.18.10'
154154
if (!gradle.startParameter.isOffline()) {
155155
compile logger, lombok, apache_commons, json, mysql_driver, redisson, zxing, rpc, pdfbox, protobuf, caffeine, oval
156-
compile("com.webank:weid-contract-java:1.2.30-rc.8-SNAPSHOT") {
156+
compile("com.webank:weid-contract-java:1.2.30") {
157157
exclude group: "org.slf4j", module: "slf4j-log4j12"
158158
}
159159
compile fileTree(dir: 'lib', include: '*.jar')

0 commit comments

Comments
 (0)