summaryrefslogtreecommitdiff
path: root/build.sc
diff options
context:
space:
mode:
Diffstat (limited to 'build.sc')
-rwxr-xr-xbuild.sc8
1 files changed, 8 insertions, 0 deletions
diff --git a/build.sc b/build.sc
index 1376690b..55da37ec 100755
--- a/build.sc
+++ b/build.sc
@@ -70,6 +70,14 @@ object client extends MillPublishModule{
)
}
+
+object testng extends MillPublishModule{
+ def ivyDeps = Agg(
+ ivy"org.scala-sbt:test-interface:1.0",
+ ivy"org.testng:testng:6.11"
+ )
+}
+
object core extends MillModule {
def moduleDeps = Seq(moduledefs)