From 85e9616dd935dd9c602ca8e6d7df9be0a5853806 Mon Sep 17 00:00:00 2001 From: William Cheng Date: Wed, 17 Apr 2024 20:47:24 +0800 Subject: [PATCH] Update README.md to use latest openapi generator v7.5.0 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index deb801e..24f985b 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.3.0") +addSbtPlugin("org.openapitools" % "sbt-openapi-generator" % "7.5.0") ``` # Configuration