File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ sbt.version = 1.1.1
24
24
25
25
Add the plugin in project/plugins.sbt:
26
26
``` scala
27
- addSbtPlugin(" org.scoverage" % " sbt-scoverage" % " 1.6.0 " )
27
+ addSbtPlugin(" org.scoverage" % " sbt-scoverage" % " 1.6.1 " )
28
28
```
29
29
30
30
Run the tests with enabled coverage:
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ object ScoverageSbtPlugin extends AutoPlugin {
11
11
val ScalacRuntimeArtifact = " scalac-scoverage-runtime"
12
12
val ScalacPluginArtifact = " scalac-scoverage-plugin"
13
13
// this should match the version defined in build.sbt
14
- val DefaultScoverageVersion = " 1.4.0 "
14
+ val DefaultScoverageVersion = " 1.4.1 "
15
15
val autoImport = ScoverageKeys
16
16
lazy val ScoveragePluginConfig = config(" scoveragePlugin" ).hide
17
17
You can’t perform that action at this time.
0 commit comments