Skip to content

Commit a39e0bb

Browse files
authored
7.15.0 release (#75)
1 parent 332d8b9 commit a39e0bb

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 @@ A Sbt plugin to support the OpenAPI generator project.
99
Add to your `project/plugins.sbt`:
1010

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

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

0 commit comments

Comments
 (0)