From 059fe1e763504c37527a8ca5206bf9319e88355b Mon Sep 17 00:00:00 2001 From: Li Haoyi Date: Sat, 17 Feb 2018 18:35:23 -0800 Subject: properly pass through failures from scalaworker maven resolution failures --- docs/pages/1 - Intro to Mill.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/pages/1 - Intro to Mill.md b/docs/pages/1 - Intro to Mill.md index 4dd9380e..b879dd05 100644 --- a/docs/pages/1 - Intro to Mill.md +++ b/docs/pages/1 - Intro to Mill.md @@ -17,7 +17,7 @@ To get started, download Mill and install it into your system via the following `curl`/`chmod` command: ```bash -sudo curl -L -o /usr/local/bin/mill https://github.com/lihaoyi/mill/releases/download/0.1.0/0.1.0 && sudo chmod +x /usr/local/bin/mill +sudo curl -L -o /usr/local/bin/mill https://github.com/lihaoyi/mill/releases/download/unstable/0.0.7-51-75a45f && sudo chmod +x /usr/local/bin/mill ``` The simplest Mill build for a Scala project looks as follows: -- cgit v1.2.3