We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0004b9 commit 232b701Copy full SHA for 232b701
src/main/scala/scoverage/ScoverageSbtPlugin.scala
@@ -10,7 +10,7 @@ class ScoverageSbtPlugin extends sbt.Plugin {
10
11
val OrgScoverage = "org.scoverage"
12
val ScalacArtifact = "scalac-scoverage-plugin"
13
- val ScoverageVersion = "0.99.8"
+ val ScoverageVersion = "0.99.9"
14
15
object ScoverageKeys {
16
val excludedPackages = SettingKey[String]("scoverage-excluded-packages")
0 commit comments