From c3af02b1afa021d3cb393fb43c45d59c44cf54b4 Mon Sep 17 00:00:00 2001 From: Li Haoyi Date: Mon, 28 Oct 2019 18:04:30 +0800 Subject: Remove contrib modules from main distribution (#724) They're bloating things up to an unacceptable degree, with the main jar size up to 50mb from 37mb not too long ago. The whole point of contrib modules is that they're not part of the main distribution, but can be `import $ivy`ed in, so let's make them follow that convention --- build.sc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sc b/build.sc index bd06c10f..d4b29f5b 100755 --- a/build.sc +++ b/build.sc @@ -573,7 +573,7 @@ def launcherScript(shellJvmArgs: Seq[String], } object dev extends MillModule{ - def moduleDeps = Seq(scalalib, scalajslib, scalanativelib, contrib.scalapblib, contrib.tut, contrib.scoverage, contrib.bsp) + def moduleDeps = Seq(scalalib, scalajslib, scalanativelib) def forkArgs = -- cgit v1.2.3