Skip to content
This repository has been archived by the owner on Sep 14, 2022. It is now read-only.

Commit

Permalink
Merge pull request #201 from swagger-api/prepare-release-1.7.1
Browse files Browse the repository at this point in the history
prepare release 1.7.1
  • Loading branch information
frantuma authored Apr 18, 2019
2 parents 9ba2176 + 6434a5d commit c9b41ba
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ Please see the project [Root Folder](https://github.com/swagger-api/swagger-play

Scala Versions | Play Version | Swagger Version | swagger-play version
---------------|--------------|-----------------|---------------------
2.11.x, 2.12.x | 2.7.x | 2.0 | 1.7.1
2.11.x, 2.12.x | 2.7.x | 2.0 | 1.7.0
2.11.x, 2.12.x | 2.6.x | 2.0 | 1.6.1
2.11.x, 2.12.x | 2.6.x | 2.0 | 1.6.0
Expand Down
4 changes: 3 additions & 1 deletion play-2.7/swagger-play2/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ This is a module to support the play2 framework from [playframework](http://www.

## Version History

* swagger-play2 1.7.1 supports play 2.7 and swagger 2.0.

* swagger-play2 1.7.0 supports play 2.7 and swagger 2.0.

* swagger-play2 1.6.1 supports play 2.6 and swagger 2.0.
Expand All @@ -32,7 +34,7 @@ You can depend on pre-built libraries in maven central by adding the following d

```
libraryDependencies ++= Seq(
"io.swagger" %% "swagger-play2" % "1.7.0"
"io.swagger" %% "swagger-play2" % "1.7.1"
)
```

Expand Down
2 changes: 1 addition & 1 deletion play-2.7/swagger-play2/build.sbt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name := "swagger-play2"
version := "1.7.0"
version := "1.7.1"

checksums in update := Nil

Expand Down

0 comments on commit c9b41ba

Please sign in to comment.