Skip to content

Commit a1de14f

Browse files
author
Test
committed
Bumped up version
1 parent 520db7c commit a1de14f

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ public class HandlerImpl implements BiFunction<BiConsumer<HttpServerRequest, Thr
4848

4949
### Remarks
5050

51-
* When var, or something like, enters the JAVA language, defining handlers is quite less verbose. http://openjdk.java.net/jeps/286
5251
* Implementing handler still is quite verbose.
5352

5453
## Example

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<dependency>
2121
<groupId>io.vertx</groupId>
2222
<artifactId>vertx-core</artifactId>
23-
<version>3.5.2</version>
23+
<version>3.8.3</version>
2424
</dependency>
2525

2626
<!-- For examples scoped to test -->

0 commit comments

Comments
 (0)