Skip to content

Commit 4c2e1bf

Browse files
committed
Scala 3 support; Scoverage v2.0.7
Fix ScoverageFunctionalTest to use scalaVersionBuild=17 (2.12.17)
1 parent 7ab41c7 commit 4c2e1bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/functionalTest/java/org/scoverage/ScoverageFunctionalTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ private void configureArguments(String... arguments) {
123123

124124
fullArguments.add("-PscalaVersionMajor=2");
125125
fullArguments.add("-PscalaVersionMinor=12");
126-
fullArguments.add("-PscalaVersionBuild=8");
126+
fullArguments.add("-PscalaVersionBuild=17");
127127
fullArguments.add("-PjunitVersion=5.3.2");
128128
fullArguments.add("-PjunitPlatformVersion=1.3.2");
129129
fullArguments.add("-PscalatestVersion=3.0.8");

0 commit comments

Comments
 (0)