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.
2 parents 33d6513 + 884e13c commit c37610dCopy full SHA for c37610d
build.sbt
@@ -19,7 +19,7 @@ ThisBuild / githubWorkflowBuildMatrixAdditions += "browser" -> List(
19
)
20
ThisBuild / githubWorkflowBuildSbtStepPreamble += s"set Global / useJSEnv := JSEnv.$${{ matrix.browser }}"
21
22
-ThisBuild / coverageScalacPluginVersion := "2.0.0-M6"
+ThisBuild / coverageScalacPluginVersion := "2.0.0-M7"
23
ThisBuild / githubWorkflowAddedJobs +=
24
WorkflowJob(
25
id = "coverage",
0 commit comments