Skip to content

Commit

Permalink
7.6.0 release (#52)
Browse files Browse the repository at this point in the history
  • Loading branch information
wing328 committed May 21, 2024
1 parent 85e9616 commit 3694c94
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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")),

Expand All @@ -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)

0 comments on commit 3694c94

Please sign in to comment.