Skip to content

Commit

Permalink
<fix>(build): update sdk to 3.6.0. (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
kyonRay committed Feb 19, 2024
1 parent 1e30a4a commit a69ad7d
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 @@ -30,7 +30,7 @@ ext {
junitVersion = '4.13.2'
commonsLang3Version = '3.12.0'

javaSDKVersion3 = "3.6.0-SNAPSHOT"
javaSDKVersion3 = "3.6.0"
javaSDKVersion2 = "2.9.1"
slf4jVersion = "1.7.32"
}
Expand All @@ -50,7 +50,7 @@ sourceSets {
// integrationTest.mustRunAfter test
allprojects {
group = 'org.fisco-bcos.code-generator'
version = '1.3.0-SNAPSHOT'
version = '1.3.0'
apply plugin: 'maven-publish'
apply plugin: 'idea'
apply plugin: 'eclipse'
Expand Down

0 comments on commit a69ad7d

Please sign in to comment.