Skip to content

Commit db71edd

Browse files
authored
v7.11.0 release (#58)
* v7.11.0 release * setup sbt
1 parent f5c2602 commit db71edd

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

.github/workflows/sbt.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ jobs:
2828
with:
2929
java-version: 11
3030
distribution: temurin
31+
- name: Setup sbt launcher
32+
uses: sbt/setup-sbt@v1
3133
- name: Cache SBT ivy cache
3234
uses: actions/cache@v1
3335
with:

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

1515
# Configuration

build.sbt

Lines changed: 2 additions & 2 deletions
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.10.0",
30+
version := "7.11.0",
3131

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

@@ -51,5 +51,5 @@ lazy val `sbt-openapi-generator` = (project in file("."))
5151
devConnection = "scm:git:ssh://git@github.com:OpenAPITools/openapi-generator.git")
5252
),
5353

54-
libraryDependencies += "org.openapitools" % "openapi-generator" % "7.10.0"
54+
libraryDependencies += "org.openapitools" % "openapi-generator" % "7.11.0"
5555
).enablePlugins(SbtPlugin)

0 commit comments

Comments
 (0)