Skip to content

Commit c8e83a1

Browse files
committed
Update README
1 parent 5755c00 commit c8e83a1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ To install it, you will need:
1616

1717
```Groovy
1818
dependencies {
19-
implementation group: 'io.github.amayaframework', name: 'amaya-core', version: '2.0.5'
19+
implementation group: 'io.github.amayaframework', name: 'amaya-core', version: '2.1.0'
2020
}
2121
```
2222

@@ -26,7 +26,7 @@ dependencies {
2626
<dependency>
2727
<groupId>io.github.amayaframework</groupId>
2828
<artifactId>amaya-core</artifactId>
29-
<version>2.0.5</version>
29+
<version>2.1.0</version>
3030
</dependency>
3131
```
3232

@@ -38,7 +38,7 @@ dependencies {
3838

3939
```Gradle
4040
dependencies {
41-
implementation group: 'io.github.amayaframework', name: 'amaya-core', version: '2.0.5'
41+
implementation group: 'io.github.amayaframework', name: 'amaya-core', version: '2.1.0'
4242
implementation group: 'com.example', name: 'some-server-impl', version: 'some-ver'
4343
}
4444
```
@@ -65,7 +65,7 @@ public class Main {
6565

6666
* [Gradle](https://gradle.org) - Dependency management
6767
* [jfunc](https://github.com/RomanQed/jfunc) - Functional interfaces
68-
* [jakarta.servlet](https://projects.eclipse.org/projects/ee4j.servlet) - Servlet API
68+
* [jakarta.servlet](https://projects.eclipse.org/projects/ee4j.servlet/releases/6.0) - Servlet API
6969

7070
## Authors
7171

0 commit comments

Comments
 (0)