Skip to content

Commit

Permalink
update release to v7.4.0 (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
wing328 committed Mar 29, 2024
1 parent ac34030 commit 1013cac
Showing 1 changed file with 2 additions and 2 deletions.
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.3.0",
version := "7.4.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.3.0"
libraryDependencies += "org.openapitools" % "openapi-generator" % "7.4.0"
).enablePlugins(SbtPlugin)

0 comments on commit 1013cac

Please sign in to comment.