Skip to content

Commit c70c439

Browse files
authored
Update README.md
1 parent ce2878e commit c70c439

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,7 +7,7 @@ This is a fork of https://github.com/swagger-api/swagger-scala-module.
77

88
| Release | Supports |
99
| ------- | -------- |
10-
| 2.7.x | *Experimental version, not recommended for swagger-akka-http users.* Scala 2 builds reintroduce scala-reflect dependency and can now introspect better on inner types. See section on `Treatment of Option` below.|
10+
| 2.7.x | Scala 2 builds reintroduce scala-reflect dependency and can now introspect better on inner types. See section on `Treatment of Option` below. |
1111
| 2.6.x/2.5.x | First releases to support Scala 3. Jackson 2.13, [jakarta](https://github.com/swagger-api/swagger-core/wiki/Swagger-2.X---Getting-started) namespace jars. [OpenAPI 3.0.1](https://github.com/OAI/OpenAPI-Specification) / [Swagger-Core](https://github.com/swagger-api/swagger-core) 2.0.x. |
1212
| 2.4.x | First releases to support [jakarta](https://github.com/swagger-api/swagger-core/wiki/Swagger-2.X---Getting-started) namespace jars. Jackson 2.12, [OpenAPI 3.0.1](https://github.com/OAI/OpenAPI-Specification) / [Swagger-Core](https://github.com/swagger-api/swagger-core) 2.0.x. |
1313
| 2.3.x | [OpenAPI 3.0.1](https://github.com/OAI/OpenAPI-Specification) / [Swagger-Core](https://github.com/swagger-api/swagger-core) 2.0.x. |
@@ -17,7 +17,7 @@ This is a fork of https://github.com/swagger-api/swagger-scala-module.
1717
To enable the swagger-scala-module, include the appropriate version in your project:
1818

1919
```
20-
"com.github.swagger-akka-http" %% "swagger-scala-module" % "2.6.0"
20+
"com.github.swagger-akka-http" %% "swagger-scala-module" % "2.7.2"
2121
```
2222

2323
## How does it work?
@@ -33,7 +33,7 @@ case class AddOptionRequest(number: Int, @Schema(required = false, implementatio
3333

3434
Alternatively, you can non-primitive types like BigInt to avoid this requirement.
3535

36-
Since v2.7.0 release, Scala 2 builds use scala-reflect jar to try to work out the class information for the inner types. Scala 3 builds cannot use this approach, and are therefore still affected by this issue. See https://github.com/swagger-akka-http/swagger-scala-module/issues/117.
36+
Since v2.7.2 release, Scala 2 builds use scala-reflect jar to try to work out the class information for the inner types. Scala 3 builds cannot use this approach, and are therefore still affected by this issue. See https://github.com/swagger-akka-http/swagger-scala-module/issues/117.
3737

3838
License
3939
-------

0 commit comments

Comments
 (0)