Skip to content

Commit

Permalink
Change publish location
Browse files Browse the repository at this point in the history
  • Loading branch information
jakehschwartz committed Apr 11, 2024
1 parent 6cdea39 commit 8baa07e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ inThisBuild(List(
developers := List(
Developer(id="jakehschwartz", name="Jake Schwartz", email="jakehschwartz@gmail.com", url=url("https://www.jakehschwartz.com")),
Developer(id="xiaodongw", name="Xiaodong Wang", email="xiaodongw79@gmail.com", url=url("https://github.com/xiaodongw"))
)
),
))

lazy val swaggerUIVersion = SettingKey[String]("swaggerUIVersion")
Expand All @@ -20,6 +20,7 @@ lazy val finatraSwagger = project
swaggerUIVersion := "4.18.2",
buildInfoPackage := "com.jakehschwartz.finatra.swagger",
buildInfoKeys := Seq[BuildInfoKey](name, version, swaggerUIVersion),
publishTo := sonatypePublishToBundle.value,
libraryDependencies ++= Seq(
"com.twitter" %% "finatra-http-server" % twitterReleaseVersion,
"io.swagger.core.v3" % "swagger-project" % "2.2.8",
Expand Down

0 comments on commit 8baa07e

Please sign in to comment.