Skip to content

Commit

Permalink
Update dep version (#830)
Browse files Browse the repository at this point in the history
  • Loading branch information
morebtcg authored Oct 16, 2023
1 parent 0d97d08 commit a64abe2
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 @@ -28,14 +28,14 @@ ext {
slf4jApiVerison = '1.7.36'
mockitoVersion = '4.8.0'
gsonVersion = '2.10.1'
tarsSDKVersion = '3.5.0-SNAPSHOT'
tarsSDKVersion = '3.5.0'
}

// check.dependsOn integrationTest
// integrationTest.mustRunAfter test
allprojects {
group = 'org.fisco-bcos.java-sdk'
version = '3.5.0-SNAPSHOT'
version = '3.5.0'

apply plugin: 'maven-publish'
apply plugin: 'idea'
Expand Down

0 comments on commit a64abe2

Please sign in to comment.