This repository has been archived by the owner on Sep 14, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 54
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #65 from swagger-api/cleanup
Cleanup
- Loading branch information
Showing
4 changed files
with
12 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,3 +5,4 @@ scala: | |
- 2.10.6 | ||
- 2.11.12 | ||
- 2.12.6 | ||
- 2.13.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,7 +19,7 @@ This project is compatible with [swagger-core](https://github.com/swagger-api/sw | |
To enable the swagger-scala-module, include the appropriate version in your project: | ||
|
||
``` | ||
"io.swagger" %% "swagger-scala-module" % "1.0.3" | ||
"io.swagger" %% "swagger-scala-module" % "1.0.6-SNAPSHOT" | ||
``` | ||
|
||
Which will include the proper cross-publish version of swagger-scala-module. | ||
|
@@ -66,6 +66,10 @@ See the guide on [getting started with swagger](http://swagger.io) to get starte | |
sbt publishLocal | ||
``` | ||
|
||
## Security contact | ||
|
||
Please disclose any security-related issues or vulnerabilities by emailing [[email protected]](mailto:[email protected]), instead of using the public issue tracker. | ||
|
||
License | ||
------- | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
sbt.version=1.1.2 | ||
sbt.version=1.2.8 |