summaryrefslogtreecommitdiff
path: root/example/formJsonPost
diff options
context:
space:
mode:
authorLi Haoyi <haoyi.sg@gmail.com>2018-08-13 00:42:18 +0800
committerLi Haoyi <haoyi.sg@gmail.com>2018-08-13 00:45:14 +0800
commiteb32d8d4a1e2bd50e5416fcfefd72dfe6da1a7bb (patch)
tree9b58c66dd7f54624b3d023e10ffa62c2a341feca /example/formJsonPost
parentbdf3a1313a171a5a01a8cbec535b7366e4861924 (diff)
downloadcask-eb32d8d4a1e2bd50e5416fcfefd72dfe6da1a7bb.tar.gz
cask-eb32d8d4a1e2bd50e5416fcfefd72dfe6da1a7bb.tar.bz2
cask-eb32d8d4a1e2bd50e5416fcfefd72dfe6da1a7bb.zip
Add scalatags example
Diffstat (limited to 'example/formJsonPost')
-rw-r--r--example/formJsonPost/build.sc2
1 files changed, 1 insertions, 1 deletions
diff --git a/example/formJsonPost/build.sc b/example/formJsonPost/build.sc
index 6b3ab3f..2794393 100644
--- a/example/formJsonPost/build.sc
+++ b/example/formJsonPost/build.sc
@@ -9,7 +9,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",