From 3733cb5e4d041453aff84b35f25fa4162fae5818 Mon Sep 17 00:00:00 2001 From: Li Haoyi Date: Sat, 13 Jan 2018 23:23:39 -0800 Subject: WIP getting rid of `discover/` phase: `core/test:compile` works, but some things still stubbed out with `???` --- integration/src/test/resources/jawn/build.sc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'integration/src/test/resources/jawn/build.sc') diff --git a/integration/src/test/resources/jawn/build.sc b/integration/src/test/resources/jawn/build.sc index e76437b7..b57227e7 100644 --- a/integration/src/test/resources/jawn/build.sc +++ b/integration/src/test/resources/jawn/build.sc @@ -33,7 +33,7 @@ class JawnModule(crossVersion: String) extends mill.Module{ def projectDeps = Seq(parser, util) def testProjectDeps = Seq(parser.test, util.test) } - class Support(ivyDeps0: Dep*)(implicit ctx: mill.Module.Ctx) extends JawnModule{ + class Support(ivyDeps0: Dep*)(implicit ctx: mill.mill.define.Ctx) extends JawnModule{ def projectDeps = Seq[Module](parser) def ivyDeps = Agg.from(ivyDeps0) } -- cgit v1.2.3