We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7bc6f6e + faecd77 commit 80eb16bCopy full SHA for 80eb16b
build.sbt
@@ -19,6 +19,7 @@ lazy val core = project.in(file("core"))
19
// don't run Dottydoc, it errors and isn't needed anyway.
20
// but we leave `publishArtifact` set to true, otherwise Sonatype won't let us publish
21
Compile / doc / sources := (if (isDotty.value) Seq() else (Compile / doc/ sources).value),
22
+ Compile / doc / autoAPIMappings := true,
23
scalaModuleMimaPreviousVersion := Some("1.0.0").filterNot(_ => isDotty.value),
24
)
25
0 commit comments