Skip to content

Commit

Permalink
update to 7.5.0 (#51)
Browse files Browse the repository at this point in the history
  • Loading branch information
wing328 authored Apr 17, 2024
1 parent 1013cac commit a060f54
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.4.0",
version := "7.5.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://[email protected]:OpenAPITools/openapi-generator.git")
),

libraryDependencies += "org.openapitools" % "openapi-generator" % "7.4.0"
libraryDependencies += "org.openapitools" % "openapi-generator" % "7.5.0"
).enablePlugins(SbtPlugin)

0 comments on commit a060f54

Please sign in to comment.