File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name := "sbt-scoverage"
2
2
3
3
import sbt .ScriptedPlugin .autoImport .scriptedLaunchOpts
4
4
5
- def scoverageVersion = " 1.4.5 "
5
+ def scoverageVersion = " 1.4.6 "
6
6
7
7
inThisBuild(
8
8
List (
Original file line number Diff line number Diff line change @@ -69,9 +69,9 @@ object ScoverageSbtPlugin extends AutoPlugin {
69
69
Seq (
70
70
// We only add for "compile" because of macros. This setting could be optimed to just "test" if the handling
71
71
// of macro coverage was improved.
72
- ( orgScoverage %% (scalacRuntime(
72
+ orgScoverage %% (scalacRuntime(
73
73
libraryDependencies.value
74
- )) % coverageScalacPluginVersion.value).cross( CrossVersion .full) ,
74
+ )) % coverageScalacPluginVersion.value,
75
75
// We don't want to instrument the test code itself, nor add to a pom when published with coverage enabled.
76
76
(orgScoverage %% scalacPluginArtifact % coverageScalacPluginVersion.value % ScoveragePluginConfig .name)
77
77
.cross(CrossVersion .full)
You can’t perform that action at this time.
0 commit comments