diff --git a/README.md b/README.md index 40fd5bc..39b1169 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ A Sbt plugin to support the OpenAPI generator project. Add to your `project/plugins.sbt`: ```sbt -addSbtPlugin("org.openapitools" % "sbt-openapi-generator" % "5.0.0") +addSbtPlugin("org.openapitools" % "sbt-openapi-generator" % "5.0.1") ``` # Configuration diff --git a/build.sbt b/build.sbt index 8759204..8ca629d 100644 --- a/build.sbt +++ b/build.sbt @@ -54,5 +54,5 @@ lazy val `sbt-openapi-generator` = (project in file(".")) devConnection = "scm:git:ssh://git@github.com:OpenAPITools/openapi-generator.git") ), - libraryDependencies += "org.openapitools" % "openapi-generator" % "5.0.0" + libraryDependencies += "org.openapitools" % "openapi-generator" % "5.0.1" ).enablePlugins(SbtPlugin)