From 821a4c381c8be72840abce42447f4ae8469e5dc5 Mon Sep 17 00:00:00 2001 From: Karel Cemus Date: Tue, 20 Feb 2024 01:48:04 +0100 Subject: [PATCH] Updated version of play-redis for Play 2.9 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3ab9143..6c94dc6 100644 --- a/README.md +++ b/README.md @@ -132,8 +132,8 @@ libraryDependencies += "com.github.karelcemus" %% "play-redis" % "4.0.0" | play framework | play-redis | documentation | |----------------|------------------------------------:|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------:| -| 3.0.x | 4.0.0 | [see here](https://github.com/KarelCemus/play-redis/blob/4.0.0/README.md) | -| 2.9.x | 3.0.0-M3 | [see here](https://github.com/KarelCemus/play-redis/blob/3.0.0-M3/README.md) | +| 3.0.x | 4.0.0 | [see here](https://github.com/KarelCemus/play-redis/blob/4.0.0/README.md) | +| 2.9.x | 3.0.0 | [see here](https://github.com/KarelCemus/play-redis/blob/3.0.0/README.md) | | 2.8.x | 2.7.0 | [see here](https://github.com/KarelCemus/play-redis/blob/2.7.0/README.md) | | 2.7.x | 2.5.1 | [see here](https://github.com/KarelCemus/play-redis/blob/2.5.1/README.md) | | 2.6.x | 2.3.0 | [see here](https://github.com/KarelCemus/play-redis/blob/2.3.0/README.md) ([Migration Guide](https://github.com/KarelCemus/play-redis/blob/2.3.0/doc/40-migration.md)) |