We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16daa88 commit df93825Copy full SHA for df93825
README.md
@@ -6,22 +6,10 @@ A Sbt plugin to support the OpenAPI generator project.
6
7
Add to your `project/plugins.sbt`:
8
9
-For new versions (7.14.0 or later), please use
10
-
11
```sbt
12
addSbtPlugin("org.openapitools" % "sbt-openapi-generator" % "7.19.0")
13
```
14
15
-Ref: https://central.sonatype.com/artifact/org.openapitools/sbt-openapi-generator_2.12_1.0
16
17
-For old versions (e.g. 7.13.0), please use
18
19
-```sbt
20
-addSbtPlugin("org.openapitools" % "sbt-openapi-generator" % "7.13.0")
21
-```
22
23
-Ref: https://central.sonatype.com/artifact/org.openapitools/sbt-openapi-generator
24
25
# Configuration
26
27
Configuration based on project module is recommended way to separate specifications by modules.
0 commit comments