We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7306156 commit ed59989Copy full SHA for ed59989
src/main/scala/scoverage/ScoverageSbtPlugin.scala
@@ -11,7 +11,7 @@ class ScoverageSbtPlugin extends sbt.AutoPlugin {
11
val OrgScoverage = "org.scoverage"
12
val ScalacRuntimeArtifact = "scalac-scoverage-runtime"
13
val ScalacPluginArtifact = "scalac-scoverage-plugin"
14
- val ScoverageVersion = "1.0.4"
+ val ScoverageVersion = "1.0.5-SNAPSHOT"
15
16
object ScoverageKeys {
17
lazy val coverage = taskKey[Unit]("enable compiled code with instrumentation")
0 commit comments