We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f1d9e9 commit 3c535cfCopy full SHA for 3c535cf
project/BuildSettings.scala
@@ -43,6 +43,8 @@ object BuildSettings {
43
"-Ywarn-unused", // for Scalafix. not present in sbt-tpolecat for 2.13
44
"-P:silencer:checkUnused"
45
),
46
+ Compile / doc / sources := Seq.empty,
47
+ Compile / packageDoc / publishArtifact := false,
48
Test / publishArtifact := false,
49
Test / test / wartremoverErrors := (Compile / compile / wartremoverErrors).value filterNot Set(
50
Wart.MutableDataStructures,
0 commit comments