We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ab41c7 commit 4c2e1bfCopy full SHA for 4c2e1bf
src/functionalTest/java/org/scoverage/ScoverageFunctionalTest.java
@@ -123,7 +123,7 @@ private void configureArguments(String... arguments) {
123
124
fullArguments.add("-PscalaVersionMajor=2");
125
fullArguments.add("-PscalaVersionMinor=12");
126
- fullArguments.add("-PscalaVersionBuild=8");
+ fullArguments.add("-PscalaVersionBuild=17");
127
fullArguments.add("-PjunitVersion=5.3.2");
128
fullArguments.add("-PjunitPlatformVersion=1.3.2");
129
fullArguments.add("-PscalatestVersion=3.0.8");
0 commit comments