From a4175820e9b68c0bbaf849aec093062ca6cce8ad Mon Sep 17 00:00:00 2001 From: Alexandre Archambault Date: Thu, 18 Mar 2021 15:24:02 +0100 Subject: [PATCH] Update to the latest mill snapshot To benefit from com-lihaoyi/mill#1190, required for Scala 3.0.0-RC1 scaladocs. --- mill | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mill b/mill index 830e8ce84..51cc7bccf 100755 --- a/mill +++ b/mill @@ -3,7 +3,7 @@ # This is a wrapper script, that automatically download mill from GitHub release pages # You can give the required mill version with MILL_VERSION env variable # If no version is given, it falls back to the value of DEFAULT_MILL_VERSION -DEFAULT_MILL_VERSION=0.9.3 +DEFAULT_MILL_VERSION=0.9.5-64-004a2f set -e