Skip to content

Commit

Permalink
adapt to v3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dalaocu committed Sep 19, 2022
1 parent d93eb12 commit 714e931
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ plugins {
}

group = 'com.webank'
version = '3.0.0-SNAPSHOT'
version = '3.0.0'
sourceCompatibility = '1.8'

configurations {
Expand Down Expand Up @@ -46,7 +46,7 @@ dependencies {
testImplementation('org.springframework.boot:spring-boot-starter-test') {
exclude group: 'org.junit.vintage', module: 'junit-vintage-engine'
}
implementation ('org.fisco-bcos.java-sdk:fisco-bcos-java-sdk:3.0.0-rc4-bugfix-SNAPSHOT') {
implementation ('org.fisco-bcos.java-sdk:fisco-bcos-java-sdk:3.0.0') {
exclude group: 'org.slf4j'
}
implementation group: 'com.google.guava', name: 'guava', version: '31.1-jre'
Expand Down

0 comments on commit 714e931

Please sign in to comment.