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 58f3d5f commit 8e84291Copy full SHA for 8e84291
build.sbt
@@ -6,7 +6,6 @@ import scala.xml.transform.{RewriteRule, RuleTransformer}
6
import sbtcrossproject.CrossPlugin.autoImport.{crossProject, CrossType}
7
8
lazy val scoverageSettings = Seq(
9
- coverageEnabled := coverageEnabled.value,
10
coverageMinimum := 60,
11
coverageFailOnMinimum := false,
12
coverageHighlighting := true
@@ -72,7 +71,6 @@ lazy val commonSettings = commonScalaVersionSettings ++ Seq(
72
71
val unchanged = doctestGenTests.value
73
if (priorTo2_13(scalaVersion.value)) unchanged else Nil
74
},
75
- sources in (Compile, doc) := (sources in (Compile, doc)).value
76
) ++ warnUnusedImport
77
78
def macroDependencies(scalaVersion: String) =
0 commit comments