File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ To install it, you will need:
16
16
17
17
``` Groovy
18
18
dependencies {
19
- implementation group: 'io.github.amayaframework', name: 'amaya-core', version: '2.0.1 '
19
+ implementation group: 'io.github.amayaframework', name: 'amaya-core', version: '2.0.2 '
20
20
}
21
21
```
22
22
@@ -26,7 +26,7 @@ dependencies {
26
26
<dependency>
27
27
<groupId>io.github.amayaframework</groupId>
28
28
<artifactId>amaya-core</artifactId>
29
- <version>2.0.1 </version>
29
+ <version>2.0.2 </version>
30
30
</dependency>
31
31
```
32
32
@@ -38,7 +38,7 @@ dependencies {
38
38
39
39
``` Gradle
40
40
dependencies {
41
- implementation group: 'io.github.amayaframework', name: 'amaya-core', version: '2.0.1 '
41
+ implementation group: 'io.github.amayaframework', name: 'amaya-core', version: '2.0.2 '
42
42
implementation group: 'io.github.amayaframework', name: 'amaya-jetty', version: '1.0.0'
43
43
}
44
44
```
You can’t perform that action at this time.
0 commit comments