Skip to content

Commit

Permalink
Merge pull request #168 from xirc/links-scala-standard-library-types-…
Browse files Browse the repository at this point in the history
…in-scaladoc

Include links to Scala standard library types in generated Scaladoc
  • Loading branch information
SethTisue authored Mar 29, 2021
2 parents 7bc6f6e + faecd77 commit 80eb16b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ lazy val core = project.in(file("core"))
// don't run Dottydoc, it errors and isn't needed anyway.
// but we leave `publishArtifact` set to true, otherwise Sonatype won't let us publish
Compile / doc / sources := (if (isDotty.value) Seq() else (Compile / doc/ sources).value),
Compile / doc / autoAPIMappings := true,
scalaModuleMimaPreviousVersion := Some("1.0.0").filterNot(_ => isDotty.value),
)

Expand Down

0 comments on commit 80eb16b

Please sign in to comment.