We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1530aef commit 1942985Copy full SHA for 1942985
2 files changed
README.md
@@ -7,7 +7,7 @@ A Sbt plugin to support the OpenAPI generator project.
7
Add to your `project/plugins.sbt`:
8
9
```sbt
10
-addSbtPlugin("org.openapitools" % "sbt-openapi-generator" % "7.22.0")
+addSbtPlugin("org.openapitools" % "sbt-openapi-generator" % "7.23.0")
11
```
12
13
# Configuration
build.sbt
@@ -67,6 +67,6 @@ lazy val `sbt-openapi-generator` = (project in file("."))
67
Resolver.sbtPluginRepo("snapshots")
68
),
69
70
- libraryDependencies += "org.openapitools" % "openapi-generator" % "7.22.0"
+ libraryDependencies += "org.openapitools" % "openapi-generator" % "7.23.0"
71
)
72
.enablePlugins(SbtPlugin)
0 commit comments