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 3e4d184Copy full SHA for 3e4d184
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
@@ -71,8 +70,7 @@ lazy val commonSettings = commonScalaVersionSettings ++ Seq(
71
70
doctestGenTests := {
72
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