Skip to content

Commit 9968dd0

Browse files
authored
v7.17.0 release (#77)
1 parent e97e9bf commit 9968dd0

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-
addSbtPugin("org.openapitools" % "sbt-openapi-generator_2.12_1.0" % "7.16.0")
12+
addSbtPugin("org.openapitools" % "sbt-openapi-generator_2.12_1.0" % "7.17.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.16.0",
64+
libraryDependencies += "org.openapitools" % "openapi-generator" % "7.17.0",
6565
).enablePlugins(SbtPlugin)

0 commit comments

Comments
 (0)