File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ group=foundation.icon
22annotation_processor.version =0.9.0
33score-json.version =0.9.0
44score-data.version =0.9.0
5- score-client.version =0.10.0
5+ score-client.version =0.10.1
66# dependencies
77javapoet.version =1.12.1
88javaee.version =0.9.2
@@ -12,4 +12,4 @@ iconsdk.version=2.3.0
1212jackson.version =2.14.1
1313okhttp.version =4.10.0
1414# test configuration
15- integrationTest =false
15+ integrationTest =false
Original file line number Diff line number Diff line change @@ -10,8 +10,8 @@ Add dependency to build.gradle
1010dependencies {
1111 compileOnly 'foundation.icon:javaee-api:0.9.2'
1212
13- annotationProcessor 'foundation.icon:javaee-score-client:0.10.0 '
14- implementation 'foundation.icon:javaee-score-client:0.10.0 '
13+ annotationProcessor 'foundation.icon:javaee-score-client:0.10.1 '
14+ implementation 'foundation.icon:javaee-score-client:0.10.1 '
1515}
1616````
1717
@@ -70,8 +70,8 @@ Add dependency to build.gradle
7070dependencies {
7171 compileOnly 'foundation.icon:javaee-api:0.9.2'
7272
73- annotationProcessor 'foundation.icon:javaee-score-client:0.10.0 '
74- implementation 'foundation.icon:javaee-score-client:0.10.0 '
73+ annotationProcessor 'foundation.icon:javaee-score-client:0.10.1 '
74+ implementation 'foundation.icon:javaee-score-client:0.10.1 '
7575}
7676````
7777
@@ -138,8 +138,8 @@ public class Application {
138138dependencies {
139139 ...
140140
141- testAnnotationProcessor 'foundation.icon:javaee-score-client:0.10.0 '
142- testImplementation 'foundation.icon:javaee-score-client:0.10.0 '
141+ testAnnotationProcessor 'foundation.icon:javaee-score-client:0.10.1 '
142+ testImplementation 'foundation.icon:javaee-score-client:0.10.1 '
143143 testCompileOnly 'foundation.icon:javaee-api:0.9.2'
144144}
145145````
You can’t perform that action at this time.
0 commit comments