Skip to content

Commit a9dcba1

Browse files
authored
Update README.md
1 parent d251f8c commit a9dcba1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

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

88
| Release | Supports |
99
| ------- | -------- |
10+
| 2.10.x | Scala 3.3 support. Jackson 2.14. |
1011
| 2.9.x | Refactor to support Swagger Schema annotation requiredMode. Jackson 2.14. |
1112
| 2.8.x | Builds on the 2.7.x changes. Jackson 2.14. |
1213
| 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. This has turned into a series with many experimental changes. It is probably best to upgrade to 2.8.x or later releases. |
@@ -19,7 +20,7 @@ This is a fork of https://github.com/swagger-api/swagger-scala-module.
1920
To enable the swagger-scala-module, include the appropriate version in your project:
2021

2122
```
22-
"com.github.swagger-akka-http" %% "swagger-scala-module" % "2.9.1"
23+
"com.github.swagger-akka-http" %% "swagger-scala-module" % "2.10.0"
2324
```
2425

2526
## How does it work?

0 commit comments

Comments
 (0)