Skip to content

Commit b49d3a9

Browse files
authored
fix org (#70)
1 parent 53fef50 commit b49d3a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ lazy val `sbt-openapi-generator` = (project in file("."))
1717
inThisBuild(List(
1818
homepage := Some(url("https://openapi-generator.tech")),
1919

20-
organization := "org.openapitools.sbt-openapi-generator",
20+
organization := "org.openapitools",
2121
organizationName := "OpenAPI-Generator Contributors",
2222
organizationHomepage := Some(url("https://github.com/OpenAPITools")),
2323

0 commit comments

Comments
 (0)