From b10c4778853bef2b541108659cd934e75479108f Mon Sep 17 00:00:00 2001 From: Li Haoyi Date: Wed, 11 Apr 2018 10:19:20 -0700 Subject: update readme --- docs/pages/1 - Intro to Mill.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/pages/1 - Intro to Mill.md') diff --git a/docs/pages/1 - Intro to Mill.md b/docs/pages/1 - Intro to Mill.md index 9290aae0..8c78ee98 100644 --- a/docs/pages/1 - Intro to Mill.md +++ b/docs/pages/1 - Intro to Mill.md @@ -178,8 +178,8 @@ respective `out/foo/bar/` folder. ```scala // build.sc import mill._, mill.scalalib._ -object foo extends ScalaModule -object bar extends ScalaModule { +object foo extends JavaModule +object bar extends JavaModule { def moduleDeps = Seq(foo) } ``` -- cgit v1.2.3