Skip to content

Commit

Permalink
Fix vaadin versions
Browse files Browse the repository at this point in the history
  • Loading branch information
mvysny committed Aug 6, 2024
1 parent 9129226 commit 02e2736
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
vaadin8 = "8.16.1"
# Check the newest Vaadin version at https://github.com/vaadin/platform/tags
# This is the latest stable Vaadin 14 version
vaadin14 = "14.11.13"
# Latest unstable Vaadin 14 version
vaadin14_next = "14.12.0.alpha1"
vaadin14 = "14.10.12"
# Latest unstable Vaadin 14 version. Don't go 14.12+ since that requires Pro license
vaadin14_next = "14.11.13"
vaadin23="23.3.35"
# Don't go 23.5+ - it requires license
vaadin23_next="23.4.1"
Expand Down

0 comments on commit 02e2736

Please sign in to comment.