summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLi Haoyi <haoyi.sg@gmail.com>2018-02-19 15:23:43 -0800
committerGitHub <noreply@github.com>2018-02-19 15:23:43 -0800
commit9c464c9f868177a6a97a8e13cb0e5c42e3d252bc (patch)
tree6741cdf7c1cc380c76aa259fc399a0f477d223a8
parent045ca9ab4be1959e17a50a958eb744a4ecbcaadb (diff)
downloadmill-9c464c9f868177a6a97a8e13cb0e5c42e3d252bc.tar.gz
mill-9c464c9f868177a6a97a8e13cb0e5c42e3d252bc.tar.bz2
mill-9c464c9f868177a6a97a8e13cb0e5c42e3d252bc.zip
Update 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)