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
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,7 @@ This is a fork of https://github.com/swagger-api/swagger-scala-module.
7
7
8
8
| Release | Supports |
9
9
| ------- | -------- |
10
+
| 2.10.x | Scala 3.3 support. Jackson 2.14. |
10
11
| 2.9.x | Refactor to support Swagger Schema annotation requiredMode. Jackson 2.14. |
11
12
| 2.8.x | Builds on the 2.7.x changes. Jackson 2.14. |
12
13
| 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.
19
20
To enable the swagger-scala-module, include the appropriate version in your project:
0 commit comments