summaryrefslogtreecommitdiff
path: root/build.sc
diff options
context:
space:
mode:
Diffstat (limited to 'build.sc')
-rwxr-xr-xbuild.sc2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.sc b/build.sc
index f7f22c7d..9aaa1a93 100755
--- a/build.sc
+++ b/build.sc
@@ -188,7 +188,7 @@ object integration extends MillModule{
scalaworker.testArgs() ++
(for((k, v) <- testRepos()) yield s"-D$k=$v")
}
- def forkArgs() = testArgs()
+ def forkArgs = testArgs()
}
val assemblyProjects = Seq(scalalib, scalajslib)