diff --git a/README.md b/README.md index 24f985b..4f5809c 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" % "7.5.0") +addSbtPlugin("org.openapitools" % "sbt-openapi-generator" % "7.6.0") ``` # Configuration diff --git a/build.sbt b/build.sbt index 62a5583..8f09663 100644 --- a/build.sbt +++ b/build.sbt @@ -27,7 +27,7 @@ lazy val `sbt-openapi-generator` = (project in file(".")) Resolver.sonatypeRepo("snapshots") ), - version := "7.5.0", + version := "7.6.0", homepage := Some(url("https://openapi-generator.tech")), @@ -51,5 +51,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" % "7.5.0" + libraryDependencies += "org.openapitools" % "openapi-generator" % "7.6.0" ).enablePlugins(SbtPlugin)