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 88675eb commit 3557b2cCopy full SHA for 3557b2c
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