We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7559c32 commit c2328c0Copy full SHA for c2328c0
2 files changed
README.md
@@ -7,7 +7,7 @@ A Sbt plugin to support the OpenAPI generator project.
7
Add to your `project/plugins.sbt`:
8
9
```sbt
10
-addSbtPlugin("org.openapitools" % "sbt-openapi-generator" % "7.21.0")
+addSbtPlugin("org.openapitools" % "sbt-openapi-generator" % "7.22.0")
11
```
12
13
# Configuration
build.sbt
@@ -61,5 +61,5 @@ lazy val `sbt-openapi-generator` = (project in file("."))
61
),
62
63
64
- libraryDependencies += "org.openapitools" % "openapi-generator" % "7.21.0",
+ libraryDependencies += "org.openapitools" % "openapi-generator" % "7.22.0",
65
).enablePlugins(SbtPlugin)
0 commit comments