You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+14-7Lines changed: 14 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -31,18 +31,23 @@ For 2.X see [getting started with swagger 2.X](https://github.com/frantuma/swagg
31
31
## Compatibility
32
32
The OpenAPI Specification has undergone several revisions since initial creation in 2010. The Swagger Core project has the following compatibilities with the OpenAPI Specification:
33
33
34
-
Swagger core Version | Release Date | OpenAPI Spec compatibility | Notes | Status
To allow independent development, scala support has been moved into a separate project. See the [swagger-scala-module](https://github.com/swagger-api/swagger-scala-module) for details. Play! framework support has moved to [swagger-play](https://github.com/swagger-api/swagger-play).
88
95
@@ -105,7 +112,7 @@ You need the following installed and available in your $PATH:
105
112
* Apache maven 3.0.4 or greater (http://maven.apache.org/)
106
113
107
114
108
-
### To build from source (currently 1.6.8-SNAPSHOT)
115
+
### To build from source (currently 1.6.9-SNAPSHOT)
0 commit comments