diff options
| -rw-r--r-- | build.sbt | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -161,3 +161,6 @@ scalacOptions in Compile in doc ++= Seq( "-doc-title", name.value, "-doc-root-content", baseDirectory.value+"/root-doc.txt" ) ++ scalacOptionsVersion(scalaVersion.value) + +fork := true +Test / testForkedParallel := true |
