Skip to content

Commit

Permalink
Merge pull request #32 from jrouly/upgrade.5.0.1
Browse files Browse the repository at this point in the history
Upgrade to 5.0.1
  • Loading branch information
jrouly authored Mar 10, 2021
2 parents 3d1d4fd + 9a6c6fe commit b77ff54
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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" % "5.0.0")
addSbtPlugin("org.openapitools" % "sbt-openapi-generator" % "5.0.1")
```

# Configuration
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,5 @@ lazy val `sbt-openapi-generator` = (project in file("."))
devConnection = "scm:git:ssh://[email protected]:OpenAPITools/openapi-generator.git")
),

libraryDependencies += "org.openapitools" % "openapi-generator" % "5.0.0"
libraryDependencies += "org.openapitools" % "openapi-generator" % "5.0.1"
).enablePlugins(SbtPlugin)

0 comments on commit b77ff54

Please sign in to comment.