Skip to content

Commit 323cf80

Browse files
Prep readme for 2.0.0 release
1 parent 128f540 commit 323cf80

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@ Dispatch reboot is a rewrite of the Dispatch library for HTTP interaction in Sca
77
[async-http-client][async], commonly called AHC, as its underlying transport. For more info, see the
88
[Dispatch documentation site][docs].
99

10-
Dispatch requires that you use at least Java 8. Our test suite is also run against Java 11 in
11-
Travis.
10+
Dispatch requires that you use at least Java 11. Our test suite is also run against recent Java LTS versions.
1211

1312
[docs]: https://dispatch.github.io/reboot/Dispatch.html
1413
[async]: https://github.com/AsyncHttpClient/async-http-client
@@ -68,7 +67,7 @@ their current support status:
6867
|1.0.3 |2.5.4 |2.11,2.12 |None |1.0.x |
6968
|1.1.3 |2.10.4 |2.12,2.13 |None |1.1.x |
7069
|1.2.0 |2.10.4 |2.12,2.13 |Critical |1.2.x |
71-
|2.0.0-SNAPSHOT |3.0.0 |2.13 |Development |main |
70+
|2.0.0-SNAPSHOT |3.0.0 |2.13,3.3.3 |Development |main |
7271

7372
Because the AsyncHttpClient does not adhere to semantic versioning, and its versions can increment
7473
quite quickly at times, beginning with 0.14 Dispatch will only use the latest (major, minor) AHC

0 commit comments

Comments
 (0)