diff --git a/README.md b/README.md index 9f8f2bd6..c4cd70f3 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,8 @@ The hope is that, based on this data, Vaadin may consider in the future to provi an official extension. Statistic are collected only in development mode and no sensitive data is gathered. -For instructions on how to opt-out, see the [client-side collector repository](https://github.com/vaadin/vaadin-usage-statistics#opting-out). +For instructions on how to opt-out, see +the [client-side collector repository](https://github.com/vaadin/vaadin-usage-statistics#opting-out). ## Getting started @@ -49,18 +50,19 @@ or download the [starter project](https://github.com/mcollovati/quarkus-hilla-st ```xml - com.github.mcollovati - quarkus-hilla - 2.0.0-alpha1 + com.github.mcollovati + quarkus-hilla + 2.2.1 ``` ## Compatibility Matrix -| Quarkus-Hilla | Quarkus | Hilla | Vaadin | -|:--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------:|:-------------------------------------------------------------------------------------------------------------------------------------------------------------------:|:------------------------------------------------------------------------------------------------------------------------------------------------------------:|:------------------------------------------------------------------------------------------------------------------------------------------------------------:| -| Maven Central 2.x | Quarkus 3.1+ | Hilla 2.1+ | Flow 24.1+ | -| Maven Central 1.x | Quarkus 2.16+ | Hilla 1.3+ | Flow 23.3+ | +| Quarkus-Hilla | Quarkus | Hilla | Vaadin | +|:----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------:|:-------------------------------------------------------------------------------------------------------------------------------------------------------------------:|:--------------------------------------------------------------------------------------------------------------------:|:--------------------------------------------------------------------------------------------------------------------------------------------------------------:| +| Maven Central 2.2 | Quarkus 3.1+ | Hilla 2.2 | Flow 24.2 | +| Maven Central 2.1 | Quarkus 3.1+ | Hilla 2.1 | Flow 24.1 | +| Maven Central 1.x | Quarkus 2.16+ | Hilla 1.3+ | Flow 23.3+ | **NOTE**: These versions are known to work together. Other combinations may work, but are not tested.