File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ To install it, you will need:
1616
1717``` Groovy
1818dependencies {
19- implementation group: 'io.github.amayaframework', name: 'amaya-core', version: '2.0.3 '
19+ implementation group: 'io.github.amayaframework', name: 'amaya-core', version: '2.0.4 '
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.3 </version>
29+ <version>2.0.4 </version>
3030</dependency>
3131```
3232
@@ -38,7 +38,7 @@ dependencies {
3838
3939``` Gradle
4040dependencies {
41- implementation group: 'io.github.amayaframework', name: 'amaya-core', version: '2.0.3 '
41+ implementation group: 'io.github.amayaframework', name: 'amaya-core', version: '2.0.4 '
4242 implementation group: 'com.example', name: 'some-server-impl', version: 'some-ver'
4343}
4444```
@@ -56,7 +56,7 @@ public class Main {
5656 .setServerFactory(new SomeServerFactory ())
5757 .build();
5858 app. bind(8080 );
59- app. run(ctx - > ctx. getResponse(). getWriter(). write(" Hello, I am Amaya" ));
59+ app. run(ctx - > ctx. getResponse(). getWriter(). write(" Hello from Amaya" ));
6060 }
6161}
6262```
You can’t perform that action at this time.
0 commit comments