Skip to content

Commit 5efacef

Browse files
authored
Merge branch 'master' into patch-1
2 parents a37b8e7 + 9ef9f29 commit 5efacef

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
@@ -9,7 +9,7 @@ Add to your `project/plugins.sbt`:
99
For new versions (7.14.0 or later), please use
1010

1111
```sbt
12-
addSbtPlugin("org.openapitools" % "sbt-openapi-generator" % "7.18.0")
12+
addSbtPlugin("org.openapitools" % "sbt-openapi-generator" % "7.19.0")
1313
```
1414

1515
Ref: https://central.sonatype.com/artifact/org.openapitools/sbt-openapi-generator_2.12_1.0

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.18.0",
64+
libraryDependencies += "org.openapitools" % "openapi-generator" % "7.19.0",
6565
).enablePlugins(SbtPlugin)

0 commit comments

Comments
 (0)