File tree Expand file tree Collapse file tree 1 file changed +13
-1
lines changed
Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -8,10 +8,22 @@ A Sbt plugin to support the OpenAPI generator project.
88
99Add to your ` project/plugins.sbt ` :
1010
11+ For new versions (7.14.0 or later), please use
12+
1113``` sbt
12- addSbtPlugin (" org.openapitools" % " sbt-openapi-generator " % " 7.15.0" )
14+ addSbtPugin (" org.openapitools: % " sbt- openapi- generator_2 .12_1.0 " % " 7.15.0 " )
1315```
1416
17+ Ref: https://central.sonatype.com/artifact/org.openapitools/sbt-openapi-generator_2.12_1.0
18+
19+ For old versions (e.g. 7.13.0), please use
20+
21+ ```sbt
22+ addSbtPlugin(" org.openapitools " % " sbt- openapi- generator " % " 7.13.0 " )
23+ ```
24+
25+ Ref: https://central.sonatype.com/artifact/org.openapitools/sbt-openapi-generator
26+
1527# Configuration
1628
1729Configuration based on project module is recommended way to separate specifications by modules.
You can’t perform that action at this time.
0 commit comments