From 8a549abf1aa181df5b5b0476ff832cd5ac7475a3 Mon Sep 17 00:00:00 2001 From: Matthias Kurz Date: Thu, 2 Nov 2023 12:35:48 +0100 Subject: [PATCH] Add new versions to README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 71ea2324..ff0edaea 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,8 @@ Where version is one of the listed below, according to your needs. | Release | Play | Scalatest | Documentation | |:--------|:------|:----------|:------------------------------------------------------------------------------------| +| 7.0.0 | 3.0.0 | 3.2.x | [docs](https://www.playframework.com/documentation/3.0.x/ScalaTestingWithScalaTest) | +| 6.0.0 | 2.9.0 | 3.2.x | [docs](https://www.playframework.com/documentation/2.9.x/ScalaTestingWithScalaTest) | | 5.1.0 | 2.8.0 | 3.1.x | [docs](https://www.playframework.com/documentation/2.8.x/ScalaTestingWithScalaTest) | | 5.0.0 | 2.8.0 | 3.0.x | [docs](https://www.playframework.com/documentation/2.8.x/ScalaTestingWithScalaTest) | | 4.0.0 | 2.7.0 | 3.0.x | [docs](https://www.playframework.com/documentation/2.7.x/ScalaTestingWithScalaTest) |