Skip to content

Commit 516b6f1

Browse files
authored
Update README.md
1 parent db6dde9 commit 516b6f1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@ This is a fork of https://github.com/swagger-api/swagger-scala-module.
77

88
| Release | Supports |
99
| ------- | -------- |
10-
| 2.1.3 | [OpenAPI 3.0.1](https://github.com/OAI/OpenAPI-Specification) / [Swagger-Core](https://github.com/swagger-api/swagger-core) 2.0.x. |
11-
| 1.1.0 | [OpenAPI 2](https://swagger.io/specification/v2/) / [Swagger-Core](https://github.com/swagger-api/swagger-core) 1.6.x. |
10+
| 2.2.0 | [OpenAPI 3.0.1](https://github.com/OAI/OpenAPI-Specification) / [Swagger-Core](https://github.com/swagger-api/swagger-core) 2.0.x. |
11+
| 1.2.0 | [OpenAPI 2](https://swagger.io/specification/v2/) / [Swagger-Core](https://github.com/swagger-api/swagger-core) 1.6.x. |
1212

1313
## Usage
1414
To enable the swagger-scala-module, include the appropriate version in your project:
1515

1616
```
17-
"com.github.swagger-akka-http" %% "swagger-scala-module" % "2.1.3"
17+
"com.github.swagger-akka-http" %% "swagger-scala-module" % "2.2.0"
1818
```
1919

2020
## How does it work?

0 commit comments

Comments
 (0)