Skip to content

Commit fe61ef0

Browse files
committed
v7.20.0 release
1 parent df93825 commit fe61ef0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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.19.0")
10+
addSbtPlugin("org.openapitools" % "sbt-openapi-generator" % "7.20.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.19.0",
64+
libraryDependencies += "org.openapitools" % "openapi-generator" % "7.20.0",
6565
).enablePlugins(SbtPlugin)

0 commit comments

Comments
 (0)