Skip to content

Commit 3249aa6

Browse files
committed
update readme to refer to 7.15.0
1 parent a39e0bb commit 3249aa6

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

README.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,22 @@ A Sbt plugin to support the OpenAPI generator project.
88

99
Add 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
1729
Configuration based on project module is recommended way to separate specifications by modules.

0 commit comments

Comments
 (0)