Skip to content

Commit

Permalink
build: add automatic linking to external libraries in scaladoc
Browse files Browse the repository at this point in the history
  • Loading branch information
cake-lier committed Jul 28, 2023
1 parent be91400 commit 5309804
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ ThisBuild / versionScheme := Some("semver-spec")
ThisBuild / publishTo := sonatypePublishToBundle.value
ThisBuild / sonatypeCredentialHost := "s01.oss.sonatype.org"

ThisBuild / autoAPIMappings := true

lazy val root = project
.in(file("."))
.enablePlugins(AutomateHeaderPlugin)
Expand Down

0 comments on commit 5309804

Please sign in to comment.