diff --git a/README.md b/README.md index 17f5343..7c1a266 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ A Sbt plugin to support the OpenAPI generator project. Add to your `project/plugins.sbt`: ```sbt -addSbtPlugin("org.openapitools" % "sbt-openapi-generator" % "7.23.0") +addSbtPlugin("org.openapitools" % "sbt-openapi-generator" % "7.24.0") ``` # Configuration diff --git a/build.sbt b/build.sbt index e72c2e8..d33c7e2 100644 --- a/build.sbt +++ b/build.sbt @@ -66,6 +66,6 @@ lazy val `sbt-openapi-generator` = (project in file(".")) Resolver.sbtPluginRepo("snapshots") ), - libraryDependencies += "org.openapitools" % "openapi-generator" % "7.23.0" + libraryDependencies += "org.openapitools" % "openapi-generator" % "7.24.0" ) .enablePlugins(SbtPlugin)