From 9a6c6fec7686517abb5ba7a9e44e8ef16c01d5ce Mon Sep 17 00:00:00 2001 From: Jean Michel Rouly Date: Tue, 9 Mar 2021 11:28:37 -0500 Subject: [PATCH] Upgrade to 5.0.1 --- README.md | 2 +- build.sbt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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)