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 332d8b9 commit a39e0bbCopy full SHA for a39e0bb
README.md
@@ -9,7 +9,7 @@ A Sbt plugin to support the OpenAPI generator project.
9
Add to your `project/plugins.sbt`:
10
11
```sbt
12
-addSbtPlugin("org.openapitools" % "sbt-openapi-generator" % "7.14.0")
+addSbtPlugin("org.openapitools" % "sbt-openapi-generator" % "7.15.0")
13
```
14
15
# 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.14.0",
+ libraryDependencies += "org.openapitools" % "openapi-generator" % "7.15.0",
65
).enablePlugins(SbtPlugin)
0 commit comments