File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ A Sbt plugin to support the OpenAPI generator project.
9
9
Add to your ` project/plugins.sbt ` :
10
10
11
11
``` sbt
12
- addSbtPlugin(" org.openapitools" % " sbt-openapi-generator" % " 7.9 .0" )
12
+ addSbtPlugin(" org.openapitools" % " sbt-openapi-generator" % " 7.10 .0" )
13
13
```
14
14
15
15
# Configuration
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ lazy val `sbt-openapi-generator` = (project in file("."))
27
27
Resolver .sonatypeRepo(" snapshots" )
28
28
),
29
29
30
- version := " 7.9 .0" ,
30
+ version := " 7.10 .0" ,
31
31
32
32
homepage := Some (url(" https://openapi-generator.tech" )),
33
33
@@ -51,5 +51,5 @@ lazy val `sbt-openapi-generator` = (project in file("."))
51
51
devConnection = " scm:git:ssh://git@github.com:OpenAPITools/openapi-generator.git" )
52
52
),
53
53
54
- libraryDependencies += " org.openapitools" % " openapi-generator" % " 7.9 .0"
54
+ libraryDependencies += " org.openapitools" % " openapi-generator" % " 7.10 .0"
55
55
).enablePlugins(SbtPlugin )
You can’t perform that action at this time.
0 commit comments