This repository was archived by the owner on Sep 14, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed
Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ Please see the project [Root Folder](https://github.com/swagger-api/swagger-play
1414
1515Scala Versions | Play Version | Swagger Version | swagger-play version
1616---------------|--------------|-----------------|---------------------
17+ 2.11.x, 2.12.x | 2.7.x | 2.0 | 1.7.1
17182.11.x, 2.12.x | 2.7.x | 2.0 | 1.7.0
18192.11.x, 2.12.x | 2.6.x | 2.0 | 1.6.1
19202.11.x, 2.12.x | 2.6.x | 2.0 | 1.6.0
Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ This is a module to support the play2 framework from [playframework](http://www.
77
88## Version History
99
10+ * swagger-play2 1.7.1 supports play 2.7 and swagger 2.0.
11+
1012* swagger-play2 1.7.0 supports play 2.7 and swagger 2.0.
1113
1214* swagger-play2 1.6.1 supports play 2.6 and swagger 2.0.
@@ -32,7 +34,7 @@ You can depend on pre-built libraries in maven central by adding the following d
3234
3335```
3436libraryDependencies ++= Seq(
35- "io.swagger" %% "swagger-play2" % "1.7.0 "
37+ "io.swagger" %% "swagger-play2" % "1.7.1 "
3638)
3739```
3840
Original file line number Diff line number Diff line change 11name := " swagger-play2"
2- version := " 1.7.0 "
2+ version := " 1.7.1 "
33
44checksums in update := Nil
55
You can’t perform that action at this time.
0 commit comments