summaryrefslogtreecommitdiff
path: root/integration/test/resources/jawn/build.sc
diff options
context:
space:
mode:
Diffstat (limited to 'integration/test/resources/jawn/build.sc')
-rw-r--r--integration/test/resources/jawn/build.sc4
1 files changed, 2 insertions, 2 deletions
diff --git a/integration/test/resources/jawn/build.sc b/integration/test/resources/jawn/build.sc
index b83eac17..deb9731a 100644
--- a/integration/test/resources/jawn/build.sc
+++ b/integration/test/resources/jawn/build.sc
@@ -20,7 +20,7 @@ class JawnModule(crossVersion: String) extends mill.Module{
ivy"org.scalatest::scalatest:3.0.3",
ivy"org.scalacheck::scalacheck:1.13.5"
)
- def testFramework = "org.scalatest.tools.Framework"
+ def testFrameworks = Seq("org.scalatest.tools.Framework")
}
}
object parser extends JawnModule
@@ -57,4 +57,4 @@ class JawnModule(crossVersion: String) extends mill.Module{
}
object spray extends Support(ivy"io.spray::spray-json:1.3.3")
}
-} \ No newline at end of file
+}