summaryrefslogtreecommitdiff
path: root/example/todoDb/build.sc
diff options
context:
space:
mode:
Diffstat (limited to 'example/todoDb/build.sc')
-rw-r--r--example/todoDb/build.sc2
1 files changed, 1 insertions, 1 deletions
diff --git a/example/todoDb/build.sc b/example/todoDb/build.sc
index b570b3b..77a4dee 100644
--- a/example/todoDb/build.sc
+++ b/example/todoDb/build.sc
@@ -11,7 +11,7 @@ trait AppModule extends ScalaModule{
object test extends Tests{
def testFrameworks = Seq("utest.runner.Framework")
- def forkArgs = Seq("--illegal-access=deny")
+
def ivyDeps = Agg(
ivy"com.lihaoyi::utest::0.6.3",
ivy"com.lihaoyi::requests::0.1.2",