summaryrefslogtreecommitdiff
path: root/build.sc
diff options
context:
space:
mode:
Diffstat (limited to 'build.sc')
-rw-r--r--build.sc1
1 files changed, 1 insertions, 0 deletions
diff --git a/build.sc b/build.sc
index 663a9d0..7c3c1ba 100644
--- a/build.sc
+++ b/build.sc
@@ -8,6 +8,7 @@ object cask extends ScalaModule{
ivy"com.github.scopt::scopt:3.5.0"
)
object test extends Tests{
+ def forkArgs = Seq("--illegal-access=deny")
def ivyDeps = Agg(ivy"com.lihaoyi::utest::0.6.3")
def testFrameworks = Seq("utest.runner.Framework")
}