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 2eeb95c commit 4af7a7aCopy full SHA for 4af7a7a
src/main/scala/scoverage/ScoverageSbtPlugin.scala
@@ -91,8 +91,8 @@ class ScoverageSbtPlugin extends sbt.AutoPlugin {
91
aggregate in coverageAggregate := false,
92
93
libraryDependencies ++= Seq(
94
- OrgScoverage % (ScalacRuntimeArtifact + "_" + scalaBinaryVersion.value) % ScoverageVersion % "provided",
95
- OrgScoverage % (ScalacPluginArtifact + "_" + scalaBinaryVersion.value) % ScoverageVersion % "provided"
+ OrgScoverage % (ScalacRuntimeArtifact + "_" + scalaBinaryVersion.value) % ScoverageVersion % "provided" intransitive(),
+ OrgScoverage % (ScalacPluginArtifact + "_" + scalaBinaryVersion.value) % ScoverageVersion % "provided" intransitive()
96
),
97
98
scalacOptions in(Compile, compile) ++= {
0 commit comments