Skip to content

Commit 1c779d6

Browse files
committed
Bump score-client version to 0.10.2
1 parent 54524ba commit 1c779d6

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ group=foundation.icon
22
annotation_processor.version=0.9.0
33
score-json.version=0.9.0
44
score-data.version=0.9.0
5-
score-client.version=0.10.1
5+
score-client.version=0.10.2
66
#dependencies
77
javapoet.version=1.12.1
88
javaee.version=0.9.2

score-client/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ Add dependency to build.gradle
1010
dependencies {
1111
compileOnly 'foundation.icon:javaee-api:0.9.2'
1212
13-
annotationProcessor 'foundation.icon:javaee-score-client:0.10.1'
14-
implementation 'foundation.icon:javaee-score-client:0.10.1'
13+
annotationProcessor 'foundation.icon:javaee-score-client:0.10.2'
14+
implementation 'foundation.icon:javaee-score-client:0.10.2'
1515
}
1616
````
1717

@@ -70,8 +70,8 @@ Add dependency to build.gradle
7070
dependencies {
7171
compileOnly 'foundation.icon:javaee-api:0.9.2'
7272
73-
annotationProcessor 'foundation.icon:javaee-score-client:0.10.1'
74-
implementation 'foundation.icon:javaee-score-client:0.10.1'
73+
annotationProcessor 'foundation.icon:javaee-score-client:0.10.2'
74+
implementation 'foundation.icon:javaee-score-client:0.10.2'
7575
}
7676
````
7777

@@ -138,8 +138,8 @@ public class Application {
138138
dependencies {
139139
...
140140
141-
testAnnotationProcessor 'foundation.icon:javaee-score-client:0.10.1'
142-
testImplementation 'foundation.icon:javaee-score-client:0.10.1'
141+
testAnnotationProcessor 'foundation.icon:javaee-score-client:0.10.2'
142+
testImplementation 'foundation.icon:javaee-score-client:0.10.2'
143143
testCompileOnly 'foundation.icon:javaee-api:0.9.2'
144144
}
145145
````

0 commit comments

Comments
 (0)