Skip to content

Commit 6888bb0

Browse files
authored
v7.7.0 release (#53)
1 parent 3694c94 commit 6888bb0

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.6.0")
12+
addSbtPlugin("org.openapitools" % "sbt-openapi-generator" % "7.7.0")
1313
```
1414

1515
# Configuration

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ lazy val `sbt-openapi-generator` = (project in file("."))
2727
Resolver.sonatypeRepo("snapshots")
2828
),
2929

30-
version := "7.6.0",
30+
version := "7.7.0",
3131

3232
homepage := Some(url("https://openapi-generator.tech")),
3333

0 commit comments

Comments
 (0)