File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
scalac-scoverage-plugin/src Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
- version = "3.0.4 "
1
+ version = "3.3.1 "
2
2
project.git = true
3
3
runner.dialect = "scala213"
4
4
assumeStandardLibraryStripMargin = true
Original file line number Diff line number Diff line change @@ -527,7 +527,7 @@ class ScoverageInstrumentationComponent(
527
527
/** Applications of methods with non trivial args means the args themselves
528
528
* must also be instrumented
529
529
*/
530
- // todo remove once scala merges into Apply proper
530
+ // todo remove once scala merges into Apply proper
531
531
case a : ApplyToImplicitArgs =>
532
532
instrument(
533
533
treeCopy.Apply (
Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ class SerializerTest extends AnyFunSuite with OneInstancePerTest {
68
68
|def test : String
69
69
|\f
70
70
| """ .stripMargin.replaceAll(" (\r\n )|\n |\r " , " \n " )
71
- val writer = new StringWriter () // TODO-use UTF-8
71
+ val writer = new StringWriter () // TODO-use UTF-8
72
72
val actual = Serializer .serialize(coverage, writer)
73
73
assert(expected === writer.toString)
74
74
}
You can’t perform that action at this time.
0 commit comments