@@ -97,19 +97,19 @@ Then add the dependency:
97
97
#### Gradle
98
98
##### reflection-assert
99
99
``` gradle
100
- testCompile 'com.github.hpple.reflection-assert:reflection-assert:0.2 '
100
+ testCompile 'com.github.hpple.reflection-assert:reflection-assert:0.3 '
101
101
```
102
102
##### reflection-assert-vintage
103
103
``` gradle
104
- testCompile 'com.github.hpple.reflection-assert:reflection-assert-vintage:0.2 '
104
+ testCompile 'com.github.hpple.reflection-assert:reflection-assert-vintage:0.3 '
105
105
```
106
106
##### reflection-comparator
107
107
``` gradle
108
- compile 'com.github.hpple.reflection-assert:reflection-comparator:0.2 '
108
+ compile 'com.github.hpple.reflection-assert:reflection-comparator:0.3 '
109
109
```
110
110
or
111
111
``` gradle
112
- testCompile 'com.github.hpple.reflection-assert:reflection-comparator:0.2 '
112
+ testCompile 'com.github.hpple.reflection-assert:reflection-comparator:0.3 '
113
113
```
114
114
115
115
#### Maven
@@ -118,7 +118,7 @@ testCompile 'com.github.hpple.reflection-assert:reflection-comparator:0.2'
118
118
<dependency >
119
119
<groupId >com.github.hpple.reflection-assert</groupId >
120
120
<artifactId >reflection-assert</artifactId >
121
- <version >0.2 </version >
121
+ <version >0.3 </version >
122
122
<scope >test</scope >
123
123
</dependency >
124
124
```
@@ -127,7 +127,7 @@ testCompile 'com.github.hpple.reflection-assert:reflection-comparator:0.2'
127
127
<dependency >
128
128
<groupId >com.github.hpple.reflection-assert</groupId >
129
129
<artifactId >reflection-assert-vintage</artifactId >
130
- <version >0.2 </version >
130
+ <version >0.3 </version >
131
131
<scope >test</scope >
132
132
</dependency >
133
133
```
@@ -136,15 +136,15 @@ testCompile 'com.github.hpple.reflection-assert:reflection-comparator:0.2'
136
136
<dependency >
137
137
<groupId >com.github.hpple.reflection-assert</groupId >
138
138
<artifactId >reflection-comparator</artifactId >
139
- <version >0.2 </version >
139
+ <version >0.3 </version >
140
140
</dependency >
141
141
```
142
142
or
143
143
``` xml
144
144
<dependency >
145
145
<groupId >com.github.hpple.reflection-assert</groupId >
146
146
<artifactId >reflection-comparator</artifactId >
147
- <version >0.2 </version >
147
+ <version >0.3 </version >
148
148
<scope >test</scope >
149
149
</dependency >
150
150
```
0 commit comments