We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a37b8e7 + 9ef9f29 commit 5efacefCopy full SHA for 5efacef
README.md
@@ -9,7 +9,7 @@ Add to your `project/plugins.sbt`:
9
For new versions (7.14.0 or later), please use
10
11
```sbt
12
-addSbtPlugin("org.openapitools" % "sbt-openapi-generator" % "7.18.0")
+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
build.sbt
@@ -61,5 +61,5 @@ lazy val `sbt-openapi-generator` = (project in file("."))
61
),
62
63
64
- libraryDependencies += "org.openapitools" % "openapi-generator" % "7.18.0",
+ libraryDependencies += "org.openapitools" % "openapi-generator" % "7.19.0",
65
).enablePlugins(SbtPlugin)
0 commit comments