We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 88675eb + 68b6cd3 commit 60d4ef9Copy full SHA for 60d4ef9
README.md
@@ -24,7 +24,7 @@ sbt.version = 1.1.1
24
25
Add the plugin in project/plugins.sbt:
26
```scala
27
-addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.6.0")
+addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.6.1")
28
```
29
30
Run the tests with enabled coverage:
src/main/scala/scoverage/ScoverageSbtPlugin.scala
@@ -11,7 +11,7 @@ object ScoverageSbtPlugin extends AutoPlugin {
11
val ScalacRuntimeArtifact = "scalac-scoverage-runtime"
12
val ScalacPluginArtifact = "scalac-scoverage-plugin"
13
// this should match the version defined in build.sbt
14
- val DefaultScoverageVersion = "1.4.0"
+ val DefaultScoverageVersion = "1.4.1"
15
val autoImport = ScoverageKeys
16
lazy val ScoveragePluginConfig = config("scoveragePlugin").hide
17
0 commit comments