There was an error while loading. Please reload this page.
ScoveragePluginConfig.name
"scoveragePlugin->default(compile)"
1 parent 4c1976b commit f7fdb70Copy full SHA for f7fdb70
src/main/scala/scoverage/ScoverageSbtPlugin.scala
@@ -34,7 +34,7 @@ object ScoverageSbtPlugin extends AutoPlugin {
34
libraryDependencies ++= {
35
if (coverageEnabled.value) Seq(
36
OrgScoverage %% (ScalacRuntimeArtifact + optionalScalaJsSuffix(libraryDependencies.value)) % coverageScalacPluginVersion.value,
37
- OrgScoverage %% ScalacPluginArtifact % coverageScalacPluginVersion.value % "scoveragePlugin->default(compile)"
+ OrgScoverage %% ScalacPluginArtifact % coverageScalacPluginVersion.value % ScoveragePluginConfig.name
38
) else Nil
39
},
40
scalacOptions in(Compile, compile) ++= scoverageScalacOptions.value,
0 commit comments