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