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 3eb933f commit 990805dCopy full SHA for 990805d
build.sbt
@@ -45,7 +45,7 @@ lazy val baseSettings = Seq(
45
semanticdbEnabled := true,
46
semanticdbVersion := scalafixSemanticdb.revision,
47
Test / publishArtifact := false,
48
- Test / fork := true
+ Test / fork := true,
49
testForkedParallel := true,
50
concurrentRestrictions := {
51
val par = parallelExecution.value
0 commit comments