Skip to content

Commit a060f54

Browse files
authoredApr 17, 2024
update to 7.5.0 (#51)
1 parent 1013cac commit a060f54

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ lazy val `sbt-openapi-generator` = (project in file("."))
2727
Resolver.sonatypeRepo("snapshots")
2828
),
2929

30-
version := "7.4.0",
30+
version := "7.5.0",
3131

3232
homepage := Some(url("https://openapi-generator.tech")),
3333

@@ -51,5 +51,5 @@ lazy val `sbt-openapi-generator` = (project in file("."))
5151
devConnection = "scm:git:ssh://git@github.com:OpenAPITools/openapi-generator.git")
5252
),
5353

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

0 commit comments

Comments
 (0)
Failed to load comments.