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 @@ Add to your `project/plugins.sbt`:
99For 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
1515Ref: https://central.sonatype.com/artifact/org.openapitools/sbt-openapi-generator_2.12_1.0
Original file line number Diff line number Diff 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 )
You can’t perform that action at this time.
0 commit comments