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 16, 2024
1 parent 38c6944 commit 2d5e6b5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 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)

0 comments on commit 2d5e6b5

Please sign in to comment.