Skip to content

Commit ae6ef6f

Browse files
authored
Merge pull request #36 from OpenAPITools/update-5.2.1
Update openapi-generator to v5.3.0
2 parents 3fb217c + 8a5907e commit ae6ef6f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
.bsp
12

23
# Created by https://www.gitignore.io/api/osx,sbt,linux,scala,intellij
34
# Edit at https://www.gitignore.io/?templates=osx,sbt,linux,scala,intellij
@@ -153,4 +154,3 @@ project/plugins/project/
153154
*.metals
154155

155156
# End of https://www.gitignore.io/api/osx,sbt,linux,scala,intellij
156-

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ A Sbt plugin to support the OpenAPI generator project.
99
Add to your `project/plugins.sbt`:
1010

1111
```sbt
12-
addSbtPlugin("org.openapitools" % "sbt-openapi-generator" % "5.1.0")
12+
addSbtPlugin("org.openapitools" % "sbt-openapi-generator" % "5.3.0")
1313
```
1414

1515
# Configuration

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,5 +54,5 @@ lazy val `sbt-openapi-generator` = (project in file("."))
5454
devConnection = "scm:git:ssh://[email protected]:OpenAPITools/openapi-generator.git")
5555
),
5656

57-
libraryDependencies += "org.openapitools" % "openapi-generator" % "5.1.0"
57+
libraryDependencies += "org.openapitools" % "openapi-generator" % "5.3.0"
5858
).enablePlugins(SbtPlugin)

0 commit comments

Comments
 (0)