From 3842dd2d99c55e21f429500e0e6f8f0c70ec4662 Mon Sep 17 00:00:00 2001 From: William Cheng Date: Mon, 20 Jul 2026 17:02:54 +0800 Subject: [PATCH] v7.24.0 release --- README.md | 2 +- build.sbt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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)