Skip to content

Commit

Permalink
Bump version to 7.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mikkka authored and m.tkachev committed Feb 15, 2024
1 parent 38c6944 commit 1bc2828
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -154,3 +154,7 @@ project/plugins/project/
*.metals

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

.vscode
metals.sbt
.bloop
2 changes: 1 addition & 1 deletion .java-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.8
11
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" % "6.2.0"
libraryDependencies += "org.openapitools" % "openapi-generator" % "7.3.0"
).enablePlugins(SbtPlugin)
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ object OpenApiGeneratorPlugin extends sbt.AutoPlugin
val OpenApiCodegen = config("openApiCodegen")

override def globalSettings: Seq[Def.Setting[_]] = Seq(
aggregate in openApiGenerators := false
openApiGenerators / aggregate := false
)

private lazy val baseSettings: Seq[sbt.Setting[_]] = Seq[sbt.Setting[_]](
Expand Down

0 comments on commit 1bc2828

Please sign in to comment.