File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
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.
99Add to your ` project/plugins.sbt ` :
1010
1111``` sbt
12- addSbtPlugin(" org.openapitools" % " sbt-openapi-generator" % " 5.0.0 " )
12+ addSbtPlugin(" org.openapitools" % " sbt-openapi-generator" % " 5.0.1 " )
1313```
1414
1515# Configuration
Original file line number Diff line number Diff line change @@ -54,5 +54,5 @@ lazy val `sbt-openapi-generator` = (project in file("."))
5454 devConnection
= " scm:git:ssh://[email protected] :OpenAPITools/openapi-generator.git" )
5555 ),
5656
57- libraryDependencies += " org.openapitools" % " openapi-generator" % " 5.0.0 "
57+ libraryDependencies += " org.openapitools" % " openapi-generator" % " 5.0.1 "
5858 ).enablePlugins(SbtPlugin )
You can’t perform that action at this time.
0 commit comments