From cab355b3fef7e39ebad619a049237bd5baaa5233 Mon Sep 17 00:00:00 2001 From: Matthias Kurz Date: Mon, 11 Mar 2024 17:01:09 +0100 Subject: [PATCH] Adjust versions in README --- README.md | 44 ++++++++++--------- .../working/javaGuide/main/sql/code/ebean.sbt | 2 +- 2 files changed, 25 insertions(+), 21 deletions(-) diff --git a/README.md b/README.md index 6ac258a..fa07f3c 100644 --- a/README.md +++ b/README.md @@ -22,26 +22,30 @@ This module provides Ebean support for Play Framework. The Play Ebean plugin supports several different versions of Play and Ebean. -| Plugin version | Play version | Ebean version | -|------------------------------------------------------------------------------------------------------------|--------------|---------------| -| 8.0.0 | 3.0.0+ | 13.17.3 | -| 7.0.0 | 2.9.0+ | 13.17.3 | -| 6.2.0
**! [Important notes](https://github.com/playframework/play-ebean/releases/tag/6.2.0-RC4) !** | 2.8.18+ | 12.16.1 | -| 6.0.0 | 2.8.1 | 11.45.1 | -| 5.0.2 | 2.7.0 | 11.39.x | -| 5.0.1    | 2.7.0   | 11.32.x       | -| 5.0.0    | 2.7.0   | 11.22.x       | -| 4.1.4 | 2.6.x | 11.32.x | -| 4.1.3         | 2.6.x       | 11.15.x       | -| 4.1.0         | 2.6.x       | 11.7.x       | -| 4.0.6         | 2.6.x       | 10.4.x       | -| 4.0.2 | 2.6.x | 10.3.x | -| 3.2.0 | 2.5.x | 10.4.x | -| 3.1.0 | 2.5.x | 8.2.x | -| 3.0.2 | 2.5.x | 7.6.x | -| 3.0.1         | 2.5.x       | 6.18.x        | -| 2.0.0         | 2.4.x       | 6.8.x         | -| 1.0.0 | 2.4.x | 4.6.x | +| Plugin version | Play version | Ebean version | +|--------------------------------------------------------------------------------------------------------|--------------|----------------| +| 8.2.0 | 3.0.2+ | 15.0.1 | +| 8.1.0 | 3.0.1+ | 13.23.0 | +| 8.0.0 | 3.0.0+ | 13.17.3 | +| 7.2.0 | 2.9.2+ | 15.0.1 | +| 7.1.0 | 2.9.1+ | 13.23.0 | +| 7.0.0 | 2.9.0+ | 13.17.3 | +| 6.2.0
**! [Important notes](https://github.com/playframework/play-ebean/releases/tag/6.2.0-RC4) !** | 2.8.18+ | 12.16.1 | +| 6.0.0 | 2.8.1 | 11.45.1 | +| 5.0.2 | 2.7.0 | 11.39.x | +| 5.0.1    | 2.7.0   | 11.32.x       | +| 5.0.0    | 2.7.0   | 11.22.x       | +| 4.1.4 | 2.6.x | 11.32.x | +| 4.1.3         | 2.6.x       | 11.15.x       | +| 4.1.0         | 2.6.x       | 11.7.x       | +| 4.0.6         | 2.6.x       | 10.4.x       | +| 4.0.2 | 2.6.x | 10.3.x | +| 3.2.0 | 2.5.x | 10.4.x | +| 3.1.0 | 2.5.x | 8.2.x | +| 3.0.2 | 2.5.x | 7.6.x | +| 3.0.1         | 2.5.x       | 6.18.x         | +| 2.0.0         | 2.4.x       | 6.8.x         | +| 1.0.0 | 2.4.x | 4.6.x | > * Release Candidate: these releases are not stable and should not be used in production. diff --git a/docs/manual/working/javaGuide/main/sql/code/ebean.sbt b/docs/manual/working/javaGuide/main/sql/code/ebean.sbt index 5950384..4f47bef 100644 --- a/docs/manual/working/javaGuide/main/sql/code/ebean.sbt +++ b/docs/manual/working/javaGuide/main/sql/code/ebean.sbt @@ -1,7 +1,7 @@ // Copyright (C) from 2022 The Play Framework Contributors , 2011-2021 Lightbend Inc. //#add-sbt-plugin -addSbtPlugin("org.playframework" % "sbt-play-ebean" % "8.0.0") +addSbtPlugin("org.playframework" % "sbt-play-ebean" % "8.2.0") //#add-sbt-plugin //#enable-plugin