Skip to content

Commit 337666b

Browse files
committed
Bump for 0.99.6
1 parent a769a6f commit 337666b

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ name := "scalac-scoverage-plugin"
44

55
organization := "org.scoverage"
66

7-
version := "0.99.5"
7+
version := "0.99.6"
88

99
scalacOptions := Seq("-unchecked", "-deprecation", "-feature", "-encoding", "utf8")
1010

src/test/scala/scoverage/PluginCoverageTest.scala

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,6 @@ class PluginCoverageTest
8080
assertNMeasuredStatements(7)
8181
}
8282

83-
84-
8583
test("scoverage should support yields") {
8684
compileCodeSnippet( """
8785
| object Yielder {

0 commit comments

Comments
 (0)