We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4b27a1 commit 47b7913Copy full SHA for 47b7913
README.md
@@ -9,5 +9,5 @@ Scala3 enum support for swagger 2.x libs (OpenAPI 3 spec).
9
Adding this library to your classpath should be enough to have swagger libs support Scala3 enums. Ignore v2.13.0, a release number used in error.
10
11
```scala
12
-libraryDependencies += "com.github.pjfanning" %% "swagger-scala3-enum-module" % "2.7.0"
+libraryDependencies += "com.github.pjfanning" %% "swagger-scala3-enum-module" % "3.0.0"
13
```
0 commit comments