Skip to content

Commit 8e84291

Browse files
committed
Remove sbt keys that do nothing
1 parent 58f3d5f commit 8e84291

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

build.sbt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ import scala.xml.transform.{RewriteRule, RuleTransformer}
66
import sbtcrossproject.CrossPlugin.autoImport.{crossProject, CrossType}
77

88
lazy val scoverageSettings = Seq(
9-
coverageEnabled := coverageEnabled.value,
109
coverageMinimum := 60,
1110
coverageFailOnMinimum := false,
1211
coverageHighlighting := true
@@ -72,7 +71,6 @@ lazy val commonSettings = commonScalaVersionSettings ++ Seq(
7271
val unchanged = doctestGenTests.value
7372
if (priorTo2_13(scalaVersion.value)) unchanged else Nil
7473
},
75-
sources in (Compile, doc) := (sources in (Compile, doc)).value
7674
) ++ warnUnusedImport
7775

7876
def macroDependencies(scalaVersion: String) =

0 commit comments

Comments
 (0)