Skip to content

Commit bd2138e

Browse files
authored
Fix Mill default versions to 0.11.7 (#58)
1 parent 0e7e95a commit bd2138e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

mill

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# Licensed under the Apache License, Version 2.0
1313

1414

15-
DEFAULT_MILL_VERSION=0.10.0
15+
DEFAULT_MILL_VERSION=0.11.7
1616

1717
set -e
1818

mill.bat

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ rem setlocal seems to be unavailable on Windows 95/98/ME
1515
rem but I don't think we need to support them in 2019
1616
setlocal enabledelayedexpansion
1717

18-
set "DEFAULT_MILL_VERSION=0.10.0"
18+
set "DEFAULT_MILL_VERSION=0.11.7"
1919

2020
set "MILL_REPO_URL=https://github.com/com-lihaoyi/mill"
2121

0 commit comments

Comments
 (0)