Skip to content

Commit c2328c0

Browse files
authored
v7.22.0 release (#85)
1 parent 7559c32 commit c2328c0

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ A Sbt plugin to support the OpenAPI generator project.
77
Add to your `project/plugins.sbt`:
88

99
```sbt
10-
addSbtPlugin("org.openapitools" % "sbt-openapi-generator" % "7.21.0")
10+
addSbtPlugin("org.openapitools" % "sbt-openapi-generator" % "7.22.0")
1111
```
1212

1313
# Configuration

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,5 +61,5 @@ lazy val `sbt-openapi-generator` = (project in file("."))
6161
),
6262

6363

64-
libraryDependencies += "org.openapitools" % "openapi-generator" % "7.21.0",
64+
libraryDependencies += "org.openapitools" % "openapi-generator" % "7.22.0",
6565
).enablePlugins(SbtPlugin)

0 commit comments

Comments
 (0)