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 #193 from swagger-api/prepare-release-1.6.1
Browse files Browse the repository at this point in the history
prepare release 1.6.1
  • Loading branch information
frantuma authored Apr 8, 2019
2 parents c1ba636 + 22a8d38 commit 906b2f2
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright 2017 SmartBear Software
Copyright 2019 SmartBear Software

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
3 changes: 2 additions & 1 deletion 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.6.x | 2.0 | 1.6.1
2.11.x, 2.12.x | 2.6.x | 2.0 | 1.6.0
2.11.6, 2.11.7 | 2.4.x, 2.5.x | 2.0 | 1.5.0
2.10.4, 2.11.1 | 2.3.x | 1.2 | 1.3.12
Expand All @@ -31,7 +32,7 @@ This Swagger-Play integration allows you to use [Swagger annotations](https://gi
License
-------

Copyright 2011-2017 SmartBear Software
Copyright 2011-2019 SmartBear Software

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
4 changes: 2 additions & 2 deletions play-2.6/swagger-play2/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ This is a module to support the play2 framework from [playframework](http://www.

## Version History

* swagger-play2 1.6.1-SNAPSHOT supports play 2.6 and swagger 2.0.
* swagger-play2 1.6.1 supports play 2.6 and swagger 2.0.

* swagger-play2 1.5.1 supports play 2.4 and swagger 2.0. If you need swagger 1.2 support, use 1.3.13. If you need 2.2 support, use 1.3.7 or earlier.

Expand All @@ -30,7 +30,7 @@ You can depend on pre-built libraries in maven central by adding the following d

```
libraryDependencies ++= Seq(
"io.swagger" %% "swagger-play2" % "1.6.1-SNAPSHOT"
"io.swagger" %% "swagger-play2" % "1.6.1"
)
```

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

checksums in update := Nil

Expand Down

0 comments on commit 906b2f2

Please sign in to comment.