From e53fa0827f17ae8f44ee21824edb4be5a052d09b Mon Sep 17 00:00:00 2001 From: Francesco Tumanischvili Date: Thu, 19 Dec 2019 13:24:31 +0100 Subject: [PATCH] Add versions note to readme --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 0277451..84eaef1 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,12 @@ # Swagger Play2 Module +## Note + +This branch (`master`) holds the latest version (major version `2.x`) for latest play version supported (`2.7`); branch [play-2.6](https://github.com/swagger-api/swagger-play/tree/play-2.6) holds the swagger-play version for play `2.6` version (major.minor version `1.6.x`). + +Older versions are available though not anymore supported in the [archive](https://github.com/swagger-api/swagger-play/tree/archive) branch. + ## Overview This is a module to support Swagger annotations within [Play Framework](http://www.playframework.org) controllers. It is based on the library https://github.com/swagger-api/swagger-play with several improvements. This library uses Swagger 1.5 and Play 2.7. It can be used for both Scala and Java based applications.